Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- Make_global.am | 1 + src/Makefile.am | 2 -- 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/Make_global.am b/Make_global.am index e0fc5fb..b7dab7b 100644 --- a/Make_global.am +++ b/Make_global.am @@ -1 +1,2 @@ AM_CPPFLAGS = -I${top_srcdir}/include +AM_CFLAGS = -Wall ${LIBNFNETLINK_CFLAGS} diff --git a/src/Makefile.am b/src/Makefile.am index 23f0a07..10a66e2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,8 +22,6 @@ LIBVERSION=2:0:1 include ${top_srcdir}/Make_global.am -AM_CFLAGS = -Wall ${LIBNFNETLINK_CFLAGS} - lib_LTLIBRARIES = libnetfilter_log.la libnetfilter_log_libipulog.la libnetfilter_log_la_LDFLAGS = -Wc,-nostartfiles -lnfnetlink \ -- 1.7.1 -- 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