set default CFLAGS globally, including -Wno-format

This commit is contained in:
Martin Willi
2009-04-27 11:34:07 +00:00
parent 12c8c3c4be
commit be0a03be64
13 changed files with 22 additions and 23 deletions
+1 -2
View File
@@ -59,8 +59,7 @@ libstrongswan_la_LIBADD = -lpthread -ldl
INCLUDES = -I$(top_srcdir)/src/libstrongswan
AM_CFLAGS = \
-DIPSEC_DIR=\"${ipsecdir}\" \
-DIPSEC_PLUGINDIR=\"${plugindir}\" \
-Wformat=0
-DIPSEC_PLUGINDIR=\"${plugindir}\"
if USE_LEAK_DETECTIVE
AM_CFLAGS += -DLEAK_DETECTIVE
+1 -1
View File
@@ -1,7 +1,7 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan
AM_CFLAGS = -rdynamic -Wformat=0
AM_CFLAGS = -rdynamic
plugin_LTLIBRARIES = libstrongswan-x509.la