From 06a04c3ca43739d5ac78343a9f8004e5f5913bc7 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 4 Oct 2011 10:38:11 +0200 Subject: Use top_builddir to reference libstrongswan for medsrv.cgi. --- src/medsrv/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/medsrv') 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 -- cgit v1.2.3