summaryrefslogtreecommitdiff
path: root/src/libstrongswan/plugins/blowfish/Makefile.am
blob: 3e5cf8f089f46d4c711ed9479efab3f06913fe46 (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-blowfish.la
else
plugin_LTLIBRARIES = libstrongswan-blowfish.la
endif

libstrongswan_blowfish_la_SOURCES = \
	blowfish_plugin.h blowfish_plugin.c blowfish_crypter.c blowfish_crypter.h \
	bf_skey.c blowfish.h bf_pi.h bf_locl.h bf_enc.c

libstrongswan_blowfish_la_LDFLAGS = -module -avoid-version