summaryrefslogtreecommitdiff
path: root/src/libcharon/plugins/smp/Makefile.am
blob: f17235835ff42139c6a0a3a2c35eb5a17e4b5967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
	-I$(top_srcdir)/src/libcharon ${xml_CFLAGS}

AM_CFLAGS = -rdynamic -DIPSEC_PIDDIR=\"${piddir}\"

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}