From 056b0ea7b9c66b84842834d92e112db2b4e4d9aa Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 17 Dec 2011 16:35:05 +0100 Subject: build: process include/libipset/ We need to visit that directory, otherwise `make install` is incomplete and `make distcheck` fails. Signed-off-by: Jozsef Kadlecsik --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e277d05..acae162 100644 --- a/configure.ac +++ b/configure.ac @@ -161,5 +161,5 @@ fi dnl Checks for library functions. dnl Generate output -AC_CONFIG_FILES([Makefile lib/Makefile src/Makefile]) +AC_CONFIG_FILES([Makefile include/libipset/Makefile lib/Makefile src/Makefile]) AC_OUTPUT -- cgit v1.2.3