diff options
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 2 |
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 | |||
9 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdh | 9 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdh |
10 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdsa | 10 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/ecdsa |
11 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp | 11 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp |
12 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/hmac | ||
12 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes | 13 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes |
13 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/x509 | 14 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/x509 |
14 | AM_CPPFLAGS += -I$(top_srcdir)/crypto | 15 | AM_CPPFLAGS += -I$(top_srcdir)/crypto |
@@ -747,6 +748,7 @@ libcrypto_la_SOURCES += hkdf/hkdf.c | |||
747 | libcrypto_la_SOURCES += hmac/hm_ameth.c | 748 | libcrypto_la_SOURCES += hmac/hm_ameth.c |
748 | libcrypto_la_SOURCES += hmac/hm_pmeth.c | 749 | libcrypto_la_SOURCES += hmac/hm_pmeth.c |
749 | libcrypto_la_SOURCES += hmac/hmac.c | 750 | libcrypto_la_SOURCES += hmac/hmac.c |
751 | noinst_HEADERS += hmac/hmac_local.h | ||
750 | 752 | ||
751 | # idea | 753 | # idea |
752 | libcrypto_la_SOURCES += idea/i_cbc.c | 754 | libcrypto_la_SOURCES += idea/i_cbc.c |