summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a1860a9..cfabdd7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.53)
-AC_INIT([mate-indicator-applet], [1.26.0],[https://github.com/mate-desktop/mate-indicator-applet/issues])
+AC_INIT([mate-indicator-applet], [1.28.0],[https://github.com/mate-desktop/mate-indicator-applet/issues])
AC_CONFIG_SRCDIR(src/applet-main.c)
AM_CONFIG_HEADER(config.h)
@@ -279,12 +279,13 @@ AC_DEFINE_PATH(LIBDIR, "${libdir}", [system configuration dir])
# Files
###########################
-AC_OUTPUT([
+AC_CONFIG_FILES([
Makefile
src/Makefile
data/Makefile
po/Makefile.in
])
+AC_OUTPUT
###########################
# Results