diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-17 13:43:28 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-17 13:43:28 +0000 |
commit | 199f4347737b70c3f192f8a3007a4278b85faf89 (patch) | |
tree | b89b5f1713afee5039e4f1c9f6759271ca77430a /src | |
parent | a2dbc792167946ade07b4f021a7e964bd1d8ae37 (diff) | |
download | ayatana-indicator-sound-199f4347737b70c3f192f8a3007a4278b85faf89.tar.gz ayatana-indicator-sound-199f4347737b70c3f192f8a3007a4278b85faf89.tar.bz2 ayatana-indicator-sound-199f4347737b70c3f192f8a3007a4278b85faf89.zip |
add the new config.in vala file
Diffstat (limited to 'src')
-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 |