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