~njpatel/unity-lens-sample/unity-place-youtube

« back to all changes in this revision

Viewing changes to src/config.vala.in

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2010-10-23 19:14:05 UTC
  • Revision ID: mikkel.kamstrup@gmail.com-20101023191405-u1kt2st3nxou2hha
Initial dump

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
namespace Config {
 
2
 
 
3
  const string PREFIX = "@prefix@";
 
4
  
 
5
  const string DATADIR = "@DATADIR@";
 
6
  
 
7
  const string PKGDATADIR = "@DATADIR@/unity";
 
8
  
 
9
  const string BINDIR = "@prefix@/bin";
 
10
  
 
11
  const string LOCALEDIR = "@DATADIR@/locale";
 
12
  
 
13
  const string PACKAGE = "@PACKAGE@";
 
14
  
 
15
  const string VERSION = "@VERSION@";
 
16
}