From 2c2466b0643393c1249d0650807a27f675969e6d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 17 Feb 2009 15:04:57 +0100 Subject: build: trigger reconfigure when extensions/GNUmakefile.in changes Signed-off-by: Jan Engelhardt --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 41dc280a..b8859acc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -108,7 +108,8 @@ tarball: tar -C /tmp -cjf ${PACKAGE_TARNAME}-${PACKAGE_VERSION}.tar.bz2 --owner=root --group=root ${PACKAGE_TARNAME}-${PACKAGE_VERSION}/; rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION}; -config.status: include/xtables.h.in include/iptables/internal.h.in +config.status: extensions/GNUmakefile.in \ + include/xtables.h.in include/iptables/internal.h.in # ldconfig may fail when we are not root (as is the case in build systems) # so add appropriate protection that it does not let `make` fail. -- cgit v1.2.3