From: Martin Willi Date: Wed, 11 Jul 2012 08:41:47 +0000 (+0200) Subject: Install libfast development headers X-Git-Tag: 5.0.1~441 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1292d9d242470a69b2f26375a0182f06e1f1e06;p=thirdparty%2Fstrongswan.git Install libfast development headers --- diff --git a/src/libfast/Makefile.am b/src/libfast/Makefile.am index 35d1021098..54f449167b 100644 --- a/src/libfast/Makefile.am +++ b/src/libfast/Makefile.am @@ -1,7 +1,12 @@ ipseclib_LTLIBRARIES = libfast.la -libfast_la_SOURCES = context.h dispatcher.c request.h session.h \ - controller.h dispatcher.h request.c session.c filter.h smtp.c smtp.h +libfast_la_SOURCES = \ + dispatcher.c request.c session.c smtp.c + +fast_includedir = $(includedir)/strongswan/fast +nobase_fast_include_HEADERS = \ + context.h controller.h dispatcher.h filter.h request.h session.h smtp.h + libfast_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la \ -lfcgi $(clearsilver_LIBS) $(PTHREADLIB) INCLUDES = -I$(top_srcdir)/src/libstrongswan -I/usr/include/ClearSilver