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

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

libstrongswan_hmac_la_LDFLAGS = -module -avoid-version