strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed list_crls() and list_ocsp() methods
[strongswan.git]
/
src
/
whack
/
Makefile.am
diff --git
a/src/whack/Makefile.am
b/src/whack/Makefile.am
index
7eabef5
..
9852450
100644
(file)
--- a/
src/whack/Makefile.am
+++ b/
src/whack/Makefile.am
@@
-2,4
+2,7
@@
ipsec_PROGRAMS = whack
whack_SOURCES = whack.c whack.h
INCLUDES = -I$(top_srcdir)/src/libfreeswan -I$(top_srcdir)/src/pluto
-LDADD = $(top_builddir)/src/libfreeswan/libfreeswan.a
+whack_LDADD = $(top_builddir)/src/libfreeswan/libfreeswan.a
+
+AM_CFLAGS = -DDEBUG
+