From: Tobias Brunner Date: Tue, 4 Oct 2011 08:38:11 +0000 (+0200) Subject: Use top_builddir to reference libstrongswan for medsrv.cgi. X-Git-Tag: 4.6.0~269 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06a04c3ca43739d5ac78343a9f8004e5f5913bc7;p=thirdparty%2Fstrongswan.git Use top_builddir to reference libstrongswan for medsrv.cgi. --- diff --git a/src/medsrv/Makefile.am b/src/medsrv/Makefile.am index 171b086cf7..43da9c4e5d 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