summaryrefslogtreecommitdiff
path: root/src/libstrongswan/plugins/mgf1/Makefile.am
blob: 8df227f9f991391152756957cc91a8d11a498369 (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 = \
	$(PLUGIN_CFLAGS)

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

libstrongswan_mgf1_la_SOURCES = \
	mgf1_plugin.h mgf1_plugin.c \
	mgf1_xof.h mgf1_xof.c

libstrongswan_mgf1_la_LDFLAGS = -module -avoid-version