aboutsummaryrefslogtreecommitdiffstats
path: root/src/whack/Makefile.am
blob: 27f8562319a0d6231bc9431e466d0d576953c06e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ipsec_PROGRAMS = whack

whack_SOURCES = whack.c whack.h

INCLUDES = \
-I$(top_srcdir)/src/libstrongswan \
-I$(top_srcdir)/src/libfreeswan \
-I$(top_srcdir)/src/pluto

whack_LDADD = \
$(top_builddir)/src/libstrongswan/libstrongswan.la \
$(top_builddir)/src/libfreeswan/libfreeswan.a

AM_CFLAGS = -DDEBUG