From 199f4347737b70c3f192f8a3007a4278b85faf89 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Thu, 17 Mar 2011 13:43:28 +0000 Subject: add the new config.in vala file --- src/config.vala.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/config.vala.in (limited to 'src') diff --git a/src/config.vala.in b/src/config.vala.in new file mode 100644 index 0000000..3af2967 --- /dev/null +++ b/src/config.vala.in @@ -0,0 +1,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@"; +} \ No newline at end of file -- cgit v1.2.3