Jan: On 5/24/2010 1:53 AM, Jan Engelhardt wrote:
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<jengelh@xxxxxxxxxx> --- utils/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/utils/Makefile.am b/utils/Makefile.am index d023b0c..79ce34b 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
Complied and works great now. Thank you for the help! I appreciate it. Have a great day. -- Brian -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html