]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use top_builddir to reference libstrongswan for medsrv.cgi.
authorTobias Brunner <tobias@strongswan.org>
Tue, 4 Oct 2011 08:38:11 +0000 (10:38 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 4 Oct 2011 08:40:37 +0000 (10:40 +0200)
src/medsrv/Makefile.am

index 171b086cf72ebdb2598c6b8dca62d6e6ac93d5b1..43da9c4e5deaedf718b7e10d7d3ec48096eac395 100644 (file)
@@ -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