On Monday 2013-08-19 18:02, Laurence J. Lane wrote: >From: "Laurence J. Lane" <ljlane@xxxxxxxxxx> > >"All other Makefiles add CPPFLAGS to ${COMPILE} (automake), but GNUmakefile.in > doesn't set it." CPPFLAGS must come last because it's the uservariable that is supposed to override everything else. >-AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_builddir} -I${top_srcdir}/include ${kinclude_CPPFLAGS} >+AM_CPPFLAGS = ${CPPFLAGS} ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_builddir} -I${top_srcdir}/include ${kinclude_CPPFLAGS} -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html