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

AM_CFLAGS = \
	-rdynamic

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

libstrongswan_medsrv_la_SOURCES = \
	medsrv_plugin.h medsrv_plugin.c \
	medsrv_creds.h medsrv_creds.c \
	medsrv_config.h medsrv_config.c

libstrongswan_medsrv_la_LDFLAGS = -module -avoid-version