diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a93f1b9..ed740c2 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_INIT([mate-backgrounds], - [1.2.0], + [1.2.1], [http://www.mate-desktop.org]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_INIT_AUTOMAKE @@ -19,6 +19,7 @@ AM_MAINTAINER_MODE AC_OUTPUT([ Makefile abstract/Makefile +desktop/Makefile nature/Makefile po/Makefile.in ]) |