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

INCLUDES = -I$(top_srcdir)/src/libstrongswan

AM_CFLAGS = -rdynamic

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

libstrongswan_gcm_la_SOURCES = \
	gcm_plugin.h gcm_plugin.c \
	gcm_aead.h gcm_aead.c

libstrongswan_gcm_la_LDFLAGS = -module -avoid-version