aboutsummaryrefslogtreecommitdiffstats
path: root/src/manager
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-10-01 20:15:28 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-10-01 20:15:28 +0000
commitb3d23996eb8ec16d2f20a3bd8ebbeddb7b4c8e53 (patch)
tree787f5b8713c8078c1fb0ab633004006e54be647b /src/manager
parentf53b74c96f86fe25dd1b4871f0c1a80b18ab4514 (diff)
downloadstrongswan-b3d23996eb8ec16d2f20a3bd8ebbeddb7b4c8e53.tar.bz2
strongswan-b3d23996eb8ec16d2f20a3bd8ebbeddb7b4c8e53.tar.xz
fixed path to the local libstrongswan build
Diffstat (limited to 'src/manager')
-rw-r--r--src/manager/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager/Makefile.am b/src/manager/Makefile.am
index 171bfa688..3547aeca5 100644
--- a/src/manager/Makefile.am
+++ b/src/manager/Makefile.am
@@ -17,7 +17,7 @@ lib/context.h lib/dispatcher.c lib/request.h lib/session.h \
lib/controller.h lib/dispatcher.h lib/request.c lib/session.c \
lib/xml.h lib/xml.c lib/enumerator.h
-libappserv_la_LDFLAGS = -lstrongswan -lfcgi -lpthread -lneo_cgi -lneo_cs -lneo_utl ${xml_LIBS}
+libappserv_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la -lfcgi -lpthread -lneo_cgi -lneo_cs -lneo_utl ${xml_LIBS}
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/manager/lib -I/usr/include/ClearSilver ${xml_CFLAGS}
AM_CFLAGS = -rdynamic -DIPSECDIR=\"${ipsecdir}\" -DIPSEC_PIDDIR=\"${piddir}\"