summaryrefslogtreecommitdiffstats
path: root/Make_global.am
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 /Make_global.am
parent10618ff18f94145075ee2c1702ae783cf7e4564c (diff)
build: use -Wall across the entire source
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'Make_global.am')
-rw-r--r--Make_global.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Make_global.am b/Make_global.am
index 955a626..00bde49 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -5,3 +5,4 @@
LIBVERSION=3:2:0
AM_CPPFLAGS = -I$(top_srcdir)/include
+AM_CFLAGS = -Wall ${LIBNFNETLINK_CFLAGS}