summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Jarosch <thomas.jarosch@intra2net.com>2009-05-26 11:48:24 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2009-05-26 11:48:24 +0200
commit0e8c6f54446f2e78036e3f46344ebd4e2e10533e (patch)
tree450d1f60f414eef2f1dbbf0e61270baf112d082f /Makefile.am
parentd2fda690d138cf9b045f5192f8635bc63f2fe3f1 (diff)
build: Added "m4" directory to make dist
Otherwise autoreconf fails like this: aclocal: couldn't open directory `m4': No such file or directory autoreconf: aclocal failed with exit status: 1 Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c7afd08..70c1bd0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
man_MANS = conntrack.8 conntrackd.8
-EXTRA_DIST = $(man_MANS) Make_global.am doc
+EXTRA_DIST = $(man_MANS) Make_global.am doc m4
SUBDIRS = extensions src
DIST_SUBDIRS = include src extensions