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

libstrongswan_pkcs8_la_SOURCES = \
	pkcs8_plugin.h pkcs8_plugin.c \
	pkcs8_builder.h pkcs8_builder.c

libstrongswan_pkcs8_la_LDFLAGS = -module -avoid-version