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 8b406a9..f091860 100644 --- a/Make_global.am +++ b/Make_global.am @@ -5,3 +5,4 @@ LIBVERSION=2:0:2 AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CFLAGS = -Wall diff --git a/src/Makefile.am b/src/Makefile.am index e6bc7c4..d0098cc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,5 @@ include $(top_srcdir)/Make_global.am -AM_CFLAGS = -Wall - lib_LTLIBRARIES = libnfnetlink.la libnfnetlink_la_LDFLAGS = -Wc,-nostartfiles \ -- 1.7.3.4 -- 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