aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2006-10-18 08:07:01 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2006-10-18 08:07:01 +0000
commitbcdfc0a5daf0691e5890dfbe4461445da3624f14 (patch)
tree8c51b22eb4e85cce1c00b0254e5ca70909472d0b /src
parentc701e73dc119dac326778d67479ddbe1a447ca19 (diff)
downloadstrongswan-bcdfc0a5daf0691e5890dfbe4461445da3624f14.tar.bz2
strongswan-bcdfc0a5daf0691e5890dfbe4461445da3624f14.tar.xz
added missing -DDEBUG compile option
Diffstat (limited to 'src')
-rw-r--r--src/whack/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/whack/Makefile.am b/src/whack/Makefile.am
index 5583defc8..985245026 100644
--- a/src/whack/Makefile.am
+++ b/src/whack/Makefile.am
@@ -3,3 +3,6 @@ ipsec_PROGRAMS = whack
whack_SOURCES = whack.c whack.h
INCLUDES = -I$(top_srcdir)/src/libfreeswan -I$(top_srcdir)/src/pluto
whack_LDADD = $(top_builddir)/src/libfreeswan/libfreeswan.a
+
+AM_CFLAGS = -DDEBUG
+