summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-09-24 22:17:47 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-09-24 22:17:47 +0000
commitd829cb38460196488179bdd06996fcacb90af556 (patch)
tree440771fd80f5c8b2629f8af20162cebd4422a0c3 /Makefile.am
parent7147287ab7b07b94a14bb73aad64abbde9af6723 (diff)
fix "make dist"
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cd17a53..c8ece6e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,11 @@
-AUTOMAKE_OPTIONS = foreign
+AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
INCLUDES =$(all_includes) -I$(top_srcdir)/include -I${KERNELDIR}
SUBDIRS = include src utils
LINKOPTS = -lnfnetlink
+EXTRA_DIST = $(man_MANS)
+
man_MANS = #nfnetlink_log.3 nfnetlink_log.7
$(OBJECTS): libtool