summaryrefslogtreecommitdiffstats
path: root/src/Defines.cs.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Defines.cs.in')
-rwxr-xr-xsrc/Defines.cs.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Defines.cs.in b/src/Defines.cs.in
new file mode 100755
index 0000000..fab15cc
--- /dev/null
+++ b/src/Defines.cs.in
@@ -0,0 +1,12 @@
+
+using System;
+
+namespace gfax
+{
+ public class Defines
+ {
+ public static string VERSION = "@version@";
+ public static string DATADIR = "@datadir@";
+ public static string GNOME_LOCALE_DIR = DATADIR + "/locale";
+ }
+}