aboutsummaryrefslogtreecommitdiff
path: root/src/config.vala.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.vala.in')
-rw-r--r--src/config.vala.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/config.vala.in b/src/config.vala.in
deleted file mode 100644
index 3af2967..0000000
--- a/src/config.vala.in
+++ /dev/null
@@ -1,14 +0,0 @@
-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