]> git.ipfire.org Git - people/ms/strongswan.git/blame - src/libcharon/plugins/smp/Makefile.am
automake: replace INCLUDES by AM_CPPFLAGS
[people/ms/strongswan.git] / src / libcharon / plugins / smp / 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 \
5 -DIPSEC_PIDDIR=\"${piddir}\"
6b9290ff 6
19cb07b8
MW
7AM_CFLAGS = \
8 ${xml_CFLAGS} \
9 -rdynamic
6b9290ff 10
6ec60bb9
TB
11if MONOLITHIC
12noinst_LTLIBRARIES = libstrongswan-smp.la
6ec60bb9 13else
a3d92a37 14plugin_LTLIBRARIES = libstrongswan-smp.la
6ec60bb9
TB
15endif
16
4e657051
TB
17libstrongswan_smp_la_SOURCES = \
18 smp.h smp.c
19
00fcc0f8 20libstrongswan_smp_la_LDFLAGS = -module -avoid-version
afb364ff 21libstrongswan_smp_la_LIBADD = ${xml_LIBS}