aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 83531db..d7b13a5 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -9,6 +9,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/crypto/ec
9AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdh 9AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdh
10AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdsa 10AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdsa
11AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp 11AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp
12AM_CPPFLAGS += -I$(top_srcdir)/crypto/hmac
12AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes 13AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes
13AM_CPPFLAGS += -I$(top_srcdir)/crypto/x509 14AM_CPPFLAGS += -I$(top_srcdir)/crypto/x509
14AM_CPPFLAGS += -I$(top_srcdir)/crypto 15AM_CPPFLAGS += -I$(top_srcdir)/crypto
@@ -747,6 +748,7 @@ libcrypto_la_SOURCES += hkdf/hkdf.c
747libcrypto_la_SOURCES += hmac/hm_ameth.c 748libcrypto_la_SOURCES += hmac/hm_ameth.c
748libcrypto_la_SOURCES += hmac/hm_pmeth.c 749libcrypto_la_SOURCES += hmac/hm_pmeth.c
749libcrypto_la_SOURCES += hmac/hmac.c 750libcrypto_la_SOURCES += hmac/hmac.c
751noinst_HEADERS += hmac/hmac_local.h
750 752
751# idea 753# idea
752libcrypto_la_SOURCES += idea/i_cbc.c 754libcrypto_la_SOURCES += idea/i_cbc.c