aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/ccm/Makefile.am
blob: d512f5a94f38f1d1f25cf6e2729bf476645f40b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AM_CPPFLAGS = \
	-I$(top_srcdir)/src/libstrongswan

AM_CFLAGS = \
	-rdynamic

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

libstrongswan_ccm_la_SOURCES = \
	ccm_plugin.h ccm_plugin.c \
	ccm_aead.h ccm_aead.c

libstrongswan_ccm_la_LDFLAGS = -module -avoid-version