aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 05a2246..616063e 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -5,6 +5,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/crypto/asn1
5AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio 5AM_CPPFLAGS += -I$(top_srcdir)/crypto/bio
6AM_CPPFLAGS += -I$(top_srcdir)/crypto/bn 6AM_CPPFLAGS += -I$(top_srcdir)/crypto/bn
7AM_CPPFLAGS += -I$(top_srcdir)/crypto/bytestring 7AM_CPPFLAGS += -I$(top_srcdir)/crypto/bytestring
8AM_CPPFLAGS += -I$(top_srcdir)/crypto/conf
8AM_CPPFLAGS += -I$(top_srcdir)/crypto/curve25519 9AM_CPPFLAGS += -I$(top_srcdir)/crypto/curve25519
9AM_CPPFLAGS += -I$(top_srcdir)/crypto/dh 10AM_CPPFLAGS += -I$(top_srcdir)/crypto/dh
10AM_CPPFLAGS += -I$(top_srcdir)/crypto/dsa 11AM_CPPFLAGS += -I$(top_srcdir)/crypto/dsa
@@ -481,6 +482,7 @@ libcrypto_la_SOURCES += conf/conf_mall.c
481libcrypto_la_SOURCES += conf/conf_mod.c 482libcrypto_la_SOURCES += conf/conf_mod.c
482libcrypto_la_SOURCES += conf/conf_sap.c 483libcrypto_la_SOURCES += conf/conf_sap.c
483noinst_HEADERS += conf/conf_def.h 484noinst_HEADERS += conf/conf_def.h
485noinst_HEADERS += conf/conf_local.h
484 486
485# ct 487# ct
486libcrypto_la_SOURCES += ct/ct_b64.c 488libcrypto_la_SOURCES += ct/ct_b64.c
@@ -647,7 +649,6 @@ noinst_HEADERS += hidden/openssl/chacha.h
647noinst_HEADERS += hidden/openssl/cmac.h 649noinst_HEADERS += hidden/openssl/cmac.h
648noinst_HEADERS += hidden/openssl/cms.h 650noinst_HEADERS += hidden/openssl/cms.h
649noinst_HEADERS += hidden/openssl/conf.h 651noinst_HEADERS += hidden/openssl/conf.h
650noinst_HEADERS += hidden/openssl/conf_api.h
651noinst_HEADERS += hidden/openssl/crypto.h 652noinst_HEADERS += hidden/openssl/crypto.h
652noinst_HEADERS += hidden/openssl/ct.h 653noinst_HEADERS += hidden/openssl/ct.h
653noinst_HEADERS += hidden/openssl/curve25519.h 654noinst_HEADERS += hidden/openssl/curve25519.h