summaryrefslogtreecommitdiff
path: root/src/libstrongswan/plugins/hmac/Makefile.am
blob: 77aa0ffd1f01480b0a5a0c1c7b0fca7d5e92252c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

INCLUDES = -I$(top_srcdir)/src/libstrongswan

AM_CFLAGS = -rdynamic

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

libstrongswan_hmac_la_SOURCES = \
	hmac_plugin.h hmac_plugin.c hmac.h hmac.c \
	hmac_prf.h hmac_prf.c hmac_signer.h hmac_signer.c

libstrongswan_hmac_la_LDFLAGS = -module -avoid-version