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

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

libstrongswan_md4_la_SOURCES = \
	md4_plugin.h md4_plugin.c md4_hasher.c md4_hasher.h

libstrongswan_md4_la_LDFLAGS = -module -avoid-version