]> git.ipfire.org Git - people/ms/strongswan.git/blame - src/libcharon/plugins/farp/Makefile.am
automake: replace INCLUDES by AM_CPPFLAGS
[people/ms/strongswan.git] / src / libcharon / plugins / farp / Makefile.am
CommitLineData
19cb07b8
MW
1AM_CPPFLAGS = \
2 -I$(top_srcdir)/src/libstrongswan \
3 -I$(top_srcdir)/src/libhydra \
18c68f22 4 -I$(top_srcdir)/src/libcharon
0d7b48a3 5
19cb07b8
MW
6AM_CFLAGS = \
7 -rdynamic
0d7b48a3
MW
8
9if MONOLITHIC
10noinst_LTLIBRARIES = libstrongswan-farp.la
11else
12plugin_LTLIBRARIES = libstrongswan-farp.la
13endif
14
18c68f22 15libstrongswan_farp_la_SOURCES = farp_plugin.h farp_plugin.c \
f8e99e01 16 farp_listener.h farp_listener.c farp_spoofer.h farp_spoofer.c
0d7b48a3
MW
17
18libstrongswan_farp_la_LDFLAGS = -module -avoid-version