diff options
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 21:26:05 +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 21:26:05 +0000 |
commit | 7c468c11793ddc54cc5a09756f711deb3511e788 (patch) | |
tree | 620521bcb9686b1fd53f0c56fda276ff6f5cd817 /Makefile.am | |
parent | 41796b0c80876094f3db8af0efae16d162788793 (diff) | |
download | conntrack-tools-7c468c11793ddc54cc5a09756f711deb3511e788.tar.gz conntrack-tools-7c468c11793ddc54cc5a09756f711deb3511e788.zip |
fix "dist-bzip2" for firt reelase
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1cec4aa..111505a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # not a GNU package. You can remove this line, if # have all needed files, that a GNU package needs -AUTOMAKE_OPTIONS = foreign 1.8 +AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 INCLUDES = $(all_includes) -I$(top_srcdir)/include -I${KERNELDIR} SUBDIRS = src extensions |