From 1fda09431938321b1aed6b9cf0e4cbcefae39b11 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 30 Dec 2011 02:14:51 +0100 Subject: nfnl_osf: add missing libnfnetlink_CFLAGS to compile process --- utils/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/Makefile.am b/utils/Makefile.am index 306d9933..f1bbfc52 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -1,7 +1,8 @@ # -*- Makefile -*- AM_CFLAGS = ${regular_CFLAGS} -AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_srcdir}/include +AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include \ + -I${top_srcdir}/include ${libnfnetlink_CFLAGS} sbin_PROGRAMS = nfnl_osf pkgdata_DATA = pf.os -- cgit v1.2.3