aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl/Makefile.am
blob: b2bb03f367cd4b8d4e1393604c950dd594391ae8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

INCLUDES = -I$(top_srcdir)/src/libstrongswan

AM_CFLAGS = -rdynamic

plugin_LTLIBRARIES = libstrongswan-openssl.la

libstrongswan_openssl_la_SOURCES = openssl_plugin.h openssl_plugin.c \
	openssl_crypter.c openssl_crypter.h \
	openssl_hasher.c openssl_hasher.h \
	openssl_diffie_hellman.c openssl_diffie_hellman.h \
	openssl_rsa_private_key.c openssl_rsa_private_key.h \
	openssl_rsa_public_key.c openssl_rsa_public_key.h \
	openssl_ec_diffie_hellman.c openssl_ec_diffie_hellman.h

libstrongswan_openssl_la_LDFLAGS = -module
libstrongswan_openssl_la_LIBADD  = -lssl