~timo-jyrinki/ubuntu/quantal/unity-lens-files/ubuntu.660

« back to all changes in this revision

Viewing changes to src/config.c

  • Committer: timo.jyrinki at canonical
  • Date: 2012-09-19 15:55:12 UTC
  • mfrom: (14.2.226 unity-lens-files)
  • mto: This revision was merged to the branch mainline in revision 182.
  • Revision ID: timo.jyrinki@canonical.com-20120919155512-0nb3rktt810d63ob
Tags: upstream-6.6.0
ImportĀ upstreamĀ versionĀ 6.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
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 "6.4.0"
 
19
#define CONFIG_VERSION "6.6.0"
20
20
 
21
21
 
22
22