summaryrefslogtreecommitdiff
path: root/src/libstrongswan/plugins/md5/Makefile.am
blob: fc6406afa0f996402227b241b7c4a9fe2b54d0c9 (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-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