diff options
-rw-r--r-- | src/config.vala.in | 14 |
1 files changed, 14 insertions, 0 deletions
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 |