diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-04 15:52:59 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-04 15:52:59 +0000 |
commit | 17dd0fee623ff8552b5635fdc570e0aee8635fd6 (patch) | |
tree | 30f7be78f9b82383383aa8f54e84ab3a5c29b8d3 /configure.ac | |
parent | cb864e17102163154fa313d5f9344e9c6c2cbe16 (diff) | |
parent | e2a152628f20271f5373702ad88fda483e0403ca (diff) | |
download | ayatana-indicator-sound-17dd0fee623ff8552b5635fdc570e0aee8635fd6.tar.gz ayatana-indicator-sound-17dd0fee623ff8552b5635fdc570e0aee8635fd6.tar.bz2 ayatana-indicator-sound-17dd0fee623ff8552b5635fdc570e0aee8635fd6.zip |
merge with the test branch - service side refactored and tests introduced
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 157e650..4a2142e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT(src/indicator-sound.c) +AC_INIT(indicator-sound, 0.1.2, conor.curran@canonical.com) AC_PREREQ(2.53) @@ -127,6 +127,7 @@ AC_OUTPUT([ Makefile src/Makefile data/Makefile +tests/Makefile po/Makefile.in ]) |