~sladen/unity-lens-files/unity-place-files-icon-lp745555

« back to all changes in this revision

Viewing changes to src/config.vala.in

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2010-06-22 12:55:48 UTC
  • Revision ID: kamstrup@hardback-20100622125548-7fochw0yn8q6o94z
Properly expand all variables in config.vala at build time

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  const string PREFIX = "@prefix@";
4
4
  
5
 
  const string DATADIR = "@datadir@";
 
5
  const string DATADIR = "@DATADIR@";
6
6
  
7
7
  const string BINDIR = "@prefix@/bin";
8
8
  
9
 
  const string LOCALEDIR = "@datadir@/locale";
10
 
  
11
 
  const string PKGDATADIR = "@pkgdatadir@";
12
 
  
13
 
  const string LIBDIR = "@libdir@";
14
 
  
15
 
  const string LIBEXECDIR = "@libexecdir@";
 
9
  const string LOCALEDIR = "@DATADIR@/locale";
16
10
  
17
11
  const string PACKAGE = "@PACKAGE@";
18
12