aboutsummaryrefslogtreecommitdiff
path: root/src/config.vala.in
blob: 3af296703405533535cf7834e92c580117738256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
namespace Config {

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