aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Makefile.am.tpl')
-rw-r--r--crypto/Makefile.am.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/Makefile.am.tpl b/crypto/Makefile.am.tpl
index d79a270..ac87a77 100644
--- a/crypto/Makefile.am.tpl
+++ b/crypto/Makefile.am.tpl
@@ -69,6 +69,11 @@ endif
69 69
70noinst_HEADERS = des/ncbc_enc.c 70noinst_HEADERS = des/ncbc_enc.c
71noinst_HEADERS += compat/thread_private.h 71noinst_HEADERS += compat/thread_private.h
72noinst_HEADERS += compat/arc4random.h
73noinst_HEADERS += compat/arc4random_linux.h
74noinst_HEADERS += compat/arc4random_osx.h
75noinst_HEADERS += compat/arc4random_solaris.h
76noinst_HEADERS += compat/arc4random_win.h
72noinst_HEADERS += compat/chacha_private.h 77noinst_HEADERS += compat/chacha_private.h
73libcrypto_la_SOURCES = 78libcrypto_la_SOURCES =
74EXTRA_libcrypto_la_SOURCES = 79EXTRA_libcrypto_la_SOURCES =