diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-05-21 06:24:47 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-05-21 06:24:47 +0200 |
commit | 53ff7b09f2995edfbd52b9789fe2dfe015e6c4a3 (patch) | |
tree | eff4943705cd140d2c25c1854eb1817072c3cf95 /configure.ac | |
parent | 94b3317504dade2520f47e813c780f7e54a3ac2f (diff) |
Imported Upstream version 3.17.1.1upstream/3.17.1.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 27b7ecb..f569788 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(simple-scan, 3.17.1) +AC_INIT(simple-scan, 3.17.1.1) AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign]) AM_SILENT_RULES([yes]) AM_MAINTAINER_MODE @@ -59,6 +59,7 @@ dnl ########################################################################### AC_OUTPUT([ Makefile data/Makefile +data/appdata/Makefile data/icons/Makefile help/Makefile po/Makefile.in |