From 132538f5c9f697702e6e08a11b796bdcaaba5fea Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 24 May 2010 07:47:59 +0200 Subject: 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 --- utils/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils') 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 -- cgit v1.2.3