summaryrefslogtreecommitdiff
path: root/src/charon/plugins/smp/Makefile.am
blob: 1679f1c68f5bc096de8309dc9d0fca15ac3f0981 (plain)
1
2
3
4
5
6
7
8
9
10

INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon ${xml_CFLAGS}

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

plugin_LTLIBRARIES = libstrongswan-smp.la
libstrongswan_smp_la_SOURCES = smp.h smp.c
libstrongswan_smp_la_LDFLAGS = -module
libstrongswan_smp_la_LIBADD = ${xml_LIBS}