]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
ulogd: add automake option
authorEric Leblond <eric@regit.org>
Thu, 31 Mar 2016 07:17:46 +0000 (09:17 +0200)
committerEric Leblond <eric@regit.org>
Tue, 21 Mar 2017 20:35:02 +0000 (21:35 +0100)
This option will be needed for future version of automake.

Signed-off-by: Eric Leblond <eric@regit.org>
configure.ac

index 1a7f8de41e89acc9d372af7eaeef5430a6f71773..a8e5f076942f551fd49f7f0b22848683a29555a2 100644 (file)
@@ -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])