summaryrefslogtreecommitdiffstats
path: root/trunk/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/Makefile.am')
-rw-r--r--trunk/src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/src/Makefile.am b/trunk/src/Makefile.am
index 882eeea..d2265aa 100644
--- a/trunk/src/Makefile.am
+++ b/trunk/src/Makefile.am
@@ -2,8 +2,8 @@
AUTOMAKE_OPTIONS = 1.4 gnu
-DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H -Wall
-AM_CFLAGS = -Wall
+DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H -Wall -Wno-pointer-sign
+AM_CFLAGS = -Wall -Wno-pointer-sign
AM_CPPFLAGS = -DSBINDIR='"@sbindir@"'
INCLUDES = @GELFINCLUDE@