summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-04 10:09:17 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-04 10:09:17 +0200
commitc1575167f7d813e01fffb26b2b7df9cb22ecbcbc (patch)
treea1b6027c1b5b0f3b0a141242c678f5287c5a53d9 /configure.ac
parent4a031a692b962483d9ebc04f6d2526e192f1c7cd (diff)
downloadexchange-c1575167f7d813e01fffb26b2b7df9cb22ecbcbc.tar.gz
exchange-c1575167f7d813e01fffb26b2b7df9cb22ecbcbc.tar.bz2
exchange-c1575167f7d813e01fffb26b2b7df9cb22ecbcbc.zip
fix make dist
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index aaf6c204d..092b0ce5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ AC_INIT([taler-exchange], [0.0.0], [taler-bug@gnunet.org])
AC_CONFIG_SRCDIR([src/util/util.c])
AC_CONFIG_HEADERS([taler_config.h])
# support for non-recursive builds
-AM_INIT_AUTOMAKE([subdir-objects])
+AM_INIT_AUTOMAKE([subdir-objects 1.9 tar-pax])
# pretty build rules
AM_SILENT_RULES([yes])