diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-17 15:19:26 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-17 15:19:26 +0000 |
commit | 4f18ab234a9ace138eade48a7a548fd8fa596eec (patch) | |
tree | 3c8494811d338d187b803fecc1377b13ffd1664e /src/config.vala.in | |
parent | 199f4347737b70c3f192f8a3007a4278b85faf89 (diff) | |
download | ayatana-indicator-sound-4f18ab234a9ace138eade48a7a548fd8fa596eec.tar.gz ayatana-indicator-sound-4f18ab234a9ace138eade48a7a548fd8fa596eec.tar.bz2 ayatana-indicator-sound-4f18ab234a9ace138eade48a7a548fd8fa596eec.zip |
revert to the old way
Diffstat (limited to 'src/config.vala.in')
-rw-r--r-- | src/config.vala.in | 14 |
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 |