summaryrefslogtreecommitdiff
path: root/src/libfast/Makefile.am
blob: 6104f335dfa1fb9c07166bdec0a3f0cd6cd2d7ef (plain)
1
2
3
4
5
6
7
8
lib_LTLIBRARIES = libfast.la

libfast_la_SOURCES = context.h dispatcher.c request.h session.h \
  controller.h dispatcher.h request.c session.c filter.h
libfast_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la \
  -lfcgi -lpthread -lneo_cgi -lneo_cs -lneo_utl -lz
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I/usr/include/ClearSilver
AM_CFLAGS = -rdynamic