diff options
| -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 e1ced3c..1ce7453 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
| @@ -3,6 +3,7 @@ include $(top_srcdir)/Makefile.am.common | |||
| 3 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/asn1 | 3 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/asn1 |
| 4 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp | 4 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp |
| 5 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes | 5 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes |
| 6 | AM_CPPFLAGS += -I$(top_srcdir)/crypto | ||
| 6 | 7 | ||
| 7 | lib_LTLIBRARIES = libcrypto.la | 8 | lib_LTLIBRARIES = libcrypto.la |
| 8 | 9 | ||
| @@ -119,6 +120,7 @@ libcrypto_la_SOURCES += mem_dbg.c | |||
| 119 | libcrypto_la_SOURCES += o_init.c | 120 | libcrypto_la_SOURCES += o_init.c |
| 120 | libcrypto_la_SOURCES += o_str.c | 121 | libcrypto_la_SOURCES += o_str.c |
| 121 | libcrypto_la_SOURCES += o_time.c | 122 | libcrypto_la_SOURCES += o_time.c |
| 123 | noinst_HEADERS += constant_time_locl.h | ||
| 122 | noinst_HEADERS += cryptlib.h | 124 | noinst_HEADERS += cryptlib.h |
| 123 | noinst_HEADERS += md32_common.h | 125 | noinst_HEADERS += md32_common.h |
| 124 | noinst_HEADERS += o_time.h | 126 | noinst_HEADERS += o_time.h |
