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

libstrongswan_sha1_la_SOURCES = \
	sha1_plugin.h sha1_plugin.c \
	sha1_hasher.c sha1_hasher.h sha1_prf.c sha1_prf.h

libstrongswan_sha1_la_LDFLAGS = -module -avoid-version