summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2013-11-14 01:12:39 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2013-11-18 13:59:47 +0100
commit16ca11136bdc2d85668d58f3f1193b804175895f (patch)
tree39c64eb7567f5a327d8cbc7392395836bbf16a90 /Makefile.am
parent3cf788a720b30530ca0fe86d40e2e86139e7d48c (diff)
build: fix make distcheck
Fix missing files that were not included in the tarball that distcheck generates. This also includes AC_EXEEXT, otherwise configure complains about undefined CHECK_GCC_FVISIBILITY. 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 d5f6e40..83f176d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ include $(top_srcdir)/Make_global.am
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src include examples tests
-DIST_SUBDIRS = src include examples
+DIST_SUBDIRS = src include examples tests
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libnftables.pc