summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Leblond <eric@regit.org>2016-03-31 09:17:46 +0200
committerEric Leblond <eric@regit.org>2017-03-21 21:35:02 +0100
commit5f142e7ac7ce760a451ff2234136f761d4bcb007 (patch)
tree1701de266a026bb36c402a4a63255da1e81b3419
parent62064f6a9e054739ecbdda010dbe9c3fd69bbaa2 (diff)
ulogd: add automake option
This option will be needed for future version of automake. Signed-off-by: Eric Leblond <eric@regit.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1a7f8de..a8e5f07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT([ulogd], [2.0.5])
AC_PREREQ([2.50])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-bzip2 1.10b])
+AM_INIT_AUTOMAKE([-Wall foreign tar-pax no-dist-gzip dist-bzip2 1.10b subdir-objects])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])