]> git.ipfire.org Git - people/ms/strongswan.git/blob - src/libfast/Makefile.am
automake: replace INCLUDES by AM_CPPFLAGS
[people/ms/strongswan.git] / src / libfast / Makefile.am
1 AM_CPPFLAGS = \
2 -I$(top_srcdir)/src/libstrongswan \
3 -I/usr/include/ClearSilver
4
5 AM_CFLAGS = \
6 -rdynamic
7
8 ipseclib_LTLIBRARIES = libfast.la
9
10 libfast_la_SOURCES = \
11 fast_dispatcher.c fast_request.c fast_session.c fast_smtp.c
12
13 if USE_DEV_HEADERS
14 fast_includedir = ${dev_headers}/fast
15 nobase_fast_include_HEADERS = \
16 fast_context.h fast_controller.h fast_dispatcher.h fast_filter.h \
17 fast_request.h fast_session.h fast_smtp.h
18 endif
19
20 libfast_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la \
21 -lfcgi $(clearsilver_LIBS) $(PTHREADLIB)