]> git.ipfire.org Git - thirdparty/strongswan.git/blame - src/libstrongswan/plugins/openssl/Makefile.am
Correctly install DNS servers on Android if frontend is not used.
[thirdparty/strongswan.git] / src / libstrongswan / plugins / openssl / Makefile.am
CommitLineData
17353034
TB
1
2INCLUDES = -I$(top_srcdir)/src/libstrongswan
3
4AM_CFLAGS = -rdynamic
5
6ec60bb9
TB
6if MONOLITHIC
7noinst_LTLIBRARIES = libstrongswan-openssl.la
6ec60bb9 8else
17353034 9plugin_LTLIBRARIES = libstrongswan-openssl.la
6ec60bb9 10endif
17353034 11
4e657051
TB
12libstrongswan_openssl_la_SOURCES = \
13 openssl_plugin.h openssl_plugin.c \
ea0823df 14 openssl_util.c openssl_util.h \
63cdbca2 15 openssl_crypter.c openssl_crypter.h \
ae7e837c 16 openssl_hasher.c openssl_hasher.h \
40f130da 17 openssl_sha1_prf.c openssl_sha1_prf.h \
84770ded
TB
18 openssl_diffie_hellman.c openssl_diffie_hellman.h \
19 openssl_rsa_private_key.c openssl_rsa_private_key.h \
fc1a31d5 20 openssl_rsa_public_key.c openssl_rsa_public_key.h \
ea0823df
TB
21 openssl_ec_diffie_hellman.c openssl_ec_diffie_hellman.h \
22 openssl_ec_private_key.c openssl_ec_private_key.h \
5728c6aa 23 openssl_ec_public_key.c openssl_ec_public_key.h \
6d7eed9a
MW
24 openssl_x509.c openssl_x509.h \
25 openssl_crl.c openssl_crl.h
17353034 26
00fcc0f8 27libstrongswan_openssl_la_LDFLAGS = -module -avoid-version
afb364ff 28libstrongswan_openssl_la_LIBADD = -lcrypto
17353034 29