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

AM_CFLAGS = \
	-rdynamic

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

libstrongswan_aes_la_SOURCES = \
	aes_plugin.h aes_plugin.c aes_crypter.c aes_crypter.h

libstrongswan_aes_la_LDFLAGS = -module -avoid-version