diff options
author | Martin Willi <martin@strongswan.org> | 2009-04-27 11:34:07 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-04-27 11:34:07 +0000 |
commit | be0a03be64c023956decc86813472707e16d81d7 (patch) | |
tree | e1fa9e3b5a049edfebbc86fd025e4871e7395b34 /scripts/Makefile.am | |
parent | 12c8c3c4bea14d7755c24599499780cf2f61179b (diff) | |
download | strongswan-be0a03be64c023956decc86813472707e16d81d7.tar.bz2 strongswan-be0a03be64c023956decc86813472707e16d81d7.tar.xz |
set default CFLAGS globally, including -Wno-format
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 77e76d714..ca6c47e54 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,7 +1,6 @@ INCLUDES = -I$(top_srcdir)/src/libstrongswan AM_CFLAGS = \ --DIPSEC_PLUGINDIR=\"${plugindir}\" \ --Wformat=0 +-DIPSEC_PLUGINDIR=\"${plugindir}\" noinst_PROGRAMS = bin2array bin2sql id2sql key2keyid keyid2sql thread_analysis bin2array_SOURCES = bin2array.c |