diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-03-11 19:00:38 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-03-11 19:00:38 +0100 |
commit | 6df1024fe1a7cbfb9f6ba38cfe33a04889c2d40f (patch) | |
tree | 6c9e280e2289b7340981dbdcf21ee3b4982d832e /configure.ac | |
parent | 39cc953dc802c485d690fbbac77eaa6364818680 (diff) | |
parent | b4dfb37242eb867798f778a80d5ece48a568630b (diff) | |
download | ayatana-indicator-sound-6df1024fe1a7cbfb9f6ba38cfe33a04889c2d40f.tar.gz ayatana-indicator-sound-6df1024fe1a7cbfb9f6ba38cfe33a04889c2d40f.tar.bz2 ayatana-indicator-sound-6df1024fe1a7cbfb9f6ba38cfe33a04889c2d40f.zip |
Import upstream version 0.1.3
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 157e650..080303c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(src/indicator-sound.c) +AC_INIT(indicator-sound, 0.1.3, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.1.2) +AM_INIT_AUTOMAKE(indicator-sound, 0.1.3) AM_MAINTAINER_MODE @@ -127,6 +127,7 @@ AC_OUTPUT([ Makefile src/Makefile data/Makefile +tests/Makefile po/Makefile.in ]) |