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

libstrongswan_md5_la_SOURCES = \
	md5_plugin.h md5_plugin.c md5_hasher.c md5_hasher.h

libstrongswan_md5_la_LDFLAGS = -module -avoid-version