summaryrefslogtreecommitdiff
path: root/src/libcharon/plugins/smp/Makefile.am
blob: 67b4b2a6d98967ee97cf8ac4728e838d08523757 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
AM_CPPFLAGS = \
	-I$(top_srcdir)/src/libstrongswan \
	-I$(top_srcdir)/src/libhydra \
	-I$(top_srcdir)/src/libcharon \
	-DIPSEC_PIDDIR=\"${piddir}\"

AM_CFLAGS = \
	${xml_CFLAGS} \
	-rdynamic

if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-smp.la
else
plugin_LTLIBRARIES = libstrongswan-smp.la
endif

libstrongswan_smp_la_SOURCES = \
	smp.h smp.c

libstrongswan_smp_la_LDFLAGS = -module -avoid-version
libstrongswan_smp_la_LIBADD  = ${xml_LIBS}