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

AM_CFLAGS = \
	-rdynamic

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

libstrongswan_gmp_la_SOURCES = \
	gmp_plugin.h gmp_plugin.c \
	gmp_diffie_hellman.c gmp_diffie_hellman.h \
	gmp_rsa_private_key.c gmp_rsa_private_key.h \
	gmp_rsa_public_key.c gmp_rsa_public_key.h

libstrongswan_gmp_la_LDFLAGS = -module -avoid-version
libstrongswan_gmp_la_LIBADD  = -lgmp