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 b32db86..b283cd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([mate-backgrounds],
- [1.25.0],
+ [1.28.0],
[http://www.mate-desktop.org])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar check-news])
@@ -9,10 +9,11 @@ AM_GNU_GETTEXT([external])
AM_MAINTAINER_MODE
-AC_OUTPUT([
+AC_CONFIG_FILES([
Makefile
abstract/Makefile
desktop/Makefile
nature/Makefile
po/Makefile.in
])
+AC_OUTPUT