summaryrefslogtreecommitdiff
path: root/src/libstrongswan/plugins/pkcs1/Makefile.am
blob: d579531ef620925cd92c4f242a67a52f8e8d34e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AM_CPPFLAGS = \
	-I$(top_srcdir)/src/libstrongswan

AM_CFLAGS = \
	$(PLUGIN_CFLAGS)

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

libstrongswan_pkcs1_la_SOURCES = \
	pkcs1_plugin.h pkcs1_plugin.c \
	pkcs1_encoder.h pkcs1_encoder.c \
	pkcs1_builder.h pkcs1_builder.c

libstrongswan_pkcs1_la_LDFLAGS = -module -avoid-version