]> git.ipfire.org Git - people/ms/strongswan.git/blob - src/libcharon/plugins/smp/Makefile.am
f17235835ff42139c6a0a3a2c35eb5a17e4b5967
[people/ms/strongswan.git] / src / libcharon / plugins / smp / Makefile.am
1
2 INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
3 -I$(top_srcdir)/src/libcharon ${xml_CFLAGS}
4
5 AM_CFLAGS = -rdynamic -DIPSEC_PIDDIR=\"${piddir}\"
6
7 if MONOLITHIC
8 noinst_LTLIBRARIES = libstrongswan-smp.la
9 else
10 plugin_LTLIBRARIES = libstrongswan-smp.la
11 endif
12
13 libstrongswan_smp_la_SOURCES = \
14 smp.h smp.c
15
16 libstrongswan_smp_la_LDFLAGS = -module -avoid-version
17 libstrongswan_smp_la_LIBADD = ${xml_LIBS}