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

libstrongswan_nonce_la_SOURCES = \
	nonce_plugin.h nonce_plugin.c \
	nonce_nonceg.c nonce_nonceg.h

libstrongswan_nonce_la_LDFLAGS = -module -avoid-version