aboutsummaryrefslogtreecommitdiffstats
path: root/src/medsrv
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-10-04 10:38:11 +0200
committerTobias Brunner <tobias@strongswan.org>2011-10-04 10:40:37 +0200
commit06a04c3ca43739d5ac78343a9f8004e5f5913bc7 (patch)
tree33d0378c70ce2ed859ac949ed383444b92a1afcf /src/medsrv
parentc47008dbd7e59de71180615cd018cbc26eeb3edb (diff)
downloadstrongswan-06a04c3ca43739d5ac78343a9f8004e5f5913bc7.tar.bz2
strongswan-06a04c3ca43739d5ac78343a9f8004e5f5913bc7.tar.xz
Use top_builddir to reference libstrongswan for medsrv.cgi.
Diffstat (limited to 'src/medsrv')
-rw-r--r--src/medsrv/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/medsrv/Makefile.am b/src/medsrv/Makefile.am
index 171b086cf..43da9c4e5 100644
--- a/src/medsrv/Makefile.am
+++ b/src/medsrv/Makefile.am
@@ -7,7 +7,7 @@ main.c filter/auth_filter.c filter/auth_filter.h \
controller/user_controller.c controller/user_controller.h \
controller/peer_controller.c controller/peer_controller.h
-medsrv_fcgi_LDADD = $(top_srcdir)/src/libstrongswan/libstrongswan.la $(top_builddir)/src/libfast/libfast.la
+medsrv_fcgi_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la $(top_builddir)/src/libfast/libfast.la
main.o : $(top_builddir)/config.status
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libfast