]> git.ipfire.org Git - people/ms/strongswan.git/blob - src/libcharon/plugins/whitelist/Makefile.am
064a759dd23f6f5e69ac63a761b1960588584817
[people/ms/strongswan.git] / src / libcharon / plugins / whitelist / Makefile.am
1
2 INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
3 -I$(top_srcdir)/src/libcharon
4
5 AM_CFLAGS = -rdynamic \
6 -DIPSEC_PIDDIR=\"${piddir}\"
7
8 if MONOLITHIC
9 noinst_LTLIBRARIES = libstrongswan-whitelist.la
10 else
11 plugin_LTLIBRARIES = libstrongswan-whitelist.la
12 endif
13
14 libstrongswan_whitelist_la_SOURCES = whitelist_plugin.h whitelist_plugin.c \
15 whitelist_listener.h whitelist_listener.c whitelist_msg.h \
16 whitelist_control.h whitelist_control.c
17
18 libstrongswan_whitelist_la_LDFLAGS = -module -avoid-version
19
20 ipsec_PROGRAMS = whitelist
21 whitelist_SOURCES = whitelist.c