aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac9
1 files changed, 4 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index bfd12d1..7d8c008 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,10 @@
-
-AC_INIT(indicator-sound, 12.10.1, conor.curran@canonical.com)
+AC_INIT([indicator-sound],[12.10.1],[conor.curran@canonical.com])
+AC_CONFIG_SRCDIR([src/sound-service.c])
+AM_INIT_AUTOMAKE([check-news])
+AC_CONFIG_HEADERS([config.h])
AC_PREREQ(2.53)
-AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-sound, 12.10.1)
-
AM_MAINTAINER_MODE
IT_PROG_INTLTOOL([0.35.0])