summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-01-07 15:11:59 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2009-01-07 15:11:59 +0100
commit0086b8bf9cf74642f6d6d82d9bbaedc80fec1dca (patch)
tree9e99c8ac4c288cf37d8bb89c9dc87cdd0774e601 /Makefile.am
parent8783071f70e0d9351cde8bfe5f9360e831388415 (diff)
build: resolve autotools suggestions
libtool2 wants to put files into m4, so let it have it. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5465db6c..ced23b37 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,6 @@
# -*- Makefile -*-
+ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign subdir-objects
AM_CFLAGS = ${regular_CFLAGS} -I${top_builddir}/include -I${top_srcdir}/include ${kinclude_CFLAGS}