~ubuntu-desktop/unity-lens-files/ubuntu

« back to all changes in this revision

Viewing changes to src/config.c

  • Committer: Didier Roche
  • Date: 2012-02-03 09:26:47 UTC
  • mfrom: (14.2.196 unity-lens-files)
  • mto: This revision was merged to the branch mainline in revision 154.
  • Revision ID: didier.roche@canonical.com-20120203092647-roofheotc4p5qhmf
Tags: upstream-5.2.0
ImportĀ upstreamĀ versionĀ 5.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.c generated by valac 0.15.0, the Vala compiler
 
1
/* config.c generated by valac 0.14.1, the Vala compiler
2
2
 * generated from config.vala, do not modify */
3
3
 
4
4
 
10
10
 
11
11
 
12
12
 
13
 
#define CONFIG_PREFIX "/usr"
14
 
#define CONFIG_DATADIR "/usr/share"
15
 
#define CONFIG_PKGDATADIR "/usr/share/unity"
16
 
#define CONFIG_BINDIR "/usr/bin"
17
 
#define CONFIG_LOCALEDIR "/usr/share/locale"
 
13
#define CONFIG_PREFIX "/usr/local"
 
14
#define CONFIG_DATADIR "/usr/local/share"
 
15
#define CONFIG_PKGDATADIR "/usr/local/share/unity"
 
16
#define CONFIG_BINDIR "/usr/local/bin"
 
17
#define CONFIG_LOCALEDIR "/usr/local/share/locale"
18
18
#define CONFIG_PACKAGE "unity-lens-files"
19
 
#define CONFIG_VERSION "5.0.0"
 
19
#define CONFIG_VERSION "5.2.0"
20
20
 
21
21
 
22
22