summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-12-30 22:43:21 +0100
committerJan Engelhardt <jengelh@medozas.de>2010-12-30 22:56:31 +0100
commit51f05a93f06a057a604b3d1932c72d6af5f6d0bb (patch)
tree6a8fcb1f30ef5669c9b4d12cc7fa949e1c00e2b0 /src
parent10618ff18f94145075ee2c1702ae783cf7e4564c (diff)
build: use -Wall across the entire source
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/conntrack/Makefile.am2
-rw-r--r--src/expect/Makefile.am2
3 files changed, 0 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 82030c4..a6d3343 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,8 +6,6 @@ include $(top_srcdir)/Make_global.am
SUBDIRS=conntrack expect
-AM_CFLAGS = -Wall ${LIBNFNETLINK_CFLAGS}
-
lib_LTLIBRARIES = libnetfilter_conntrack.la
libnetfilter_conntrack_la_LIBADD = conntrack/libnfconntrack.la \
diff --git a/src/conntrack/Makefile.am b/src/conntrack/Makefile.am
index 34afefb..fb6b048 100644
--- a/src/conntrack/Makefile.am
+++ b/src/conntrack/Makefile.am
@@ -1,7 +1,5 @@
include $(top_srcdir)/Make_global.am
-AM_CFLAGS = -Wall ${LIBNFNETLINK_CFLAGS}
-
noinst_LTLIBRARIES = libnfconntrack.la
libnfconntrack_la_SOURCES = api.c \
diff --git a/src/expect/Makefile.am b/src/expect/Makefile.am
index 380befa..8adf740 100644
--- a/src/expect/Makefile.am
+++ b/src/expect/Makefile.am
@@ -1,7 +1,5 @@
include $(top_srcdir)/Make_global.am
-AM_CFLAGS = -Wall ${LIBNFNETLINK_CFLAGS}
-
noinst_LTLIBRARIES = libnfexpect.la
libnfexpect_la_SOURCES = api.c \