strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed HAVE_BACKTRACE checks
[strongswan.git]
/
src
/
whack
/
Makefile.am
1
ipsec_PROGRAMS = whack
2
3
whack_SOURCES = whack.c whack.h
4
INCLUDES = -I$(top_srcdir)/src/libfreeswan -I$(top_srcdir)/src/pluto
5
whack_LDADD = $(top_builddir)/src/libfreeswan/libfreeswan.a
6
7
AM_CFLAGS = -DDEBUG
8