~unity-team/unity-lens-sample/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
namespace Config {

  const string PREFIX = "@prefix@";
  
  const string DATADIR = "@DATADIR@";
  
  const string PKGDATADIR = "@DATADIR@/unity";
  
  const string BINDIR = "@prefix@/bin";
  
  const string LOCALEDIR = "@DATADIR@/locale";
  
  const string PACKAGE = "@PACKAGE@";
  
  const string VERSION = "@VERSION@";
}