From: Jan Engelhardt Date: Mon, 24 May 2010 05:47:59 +0000 (+0200) Subject: utils: add missing include flags to Makefile X-Git-Tag: v1.4.9~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=132538f5c9f697702e6e08a11b796bdcaaba5fea;p=thirdparty%2Fiptables.git utils: add missing include flags to Makefile Fixes this compile error: CC nfnl_osf.o nfnl_osf.c:48:36: fatal error: linux/netfilter/xt_osf.h: No such file or directory compilation terminated. References: http://marc.info/?l=netfilter&m=127449929621579&w=2 Signed-off-by: Jan Engelhardt --- diff --git a/utils/Makefile.am b/utils/Makefile.am index d023b0ce..79ce34bf 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -1,5 +1,7 @@ # -*- Makefile -*- +AM_CFLAGS = ${regular_CFLAGS} -I${top_builddir}/include -I${top_srcdir}/include + sbin_PROGRAMS = nfnl_osf pkgdata_DATA = pf.os