From 16ca11136bdc2d85668d58f3f1193b804175895f Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 14 Nov 2013 01:12:39 +0100 Subject: 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3