diff options
Diffstat (limited to 'crypto/Makefile.am.tpl')
-rw-r--r-- | crypto/Makefile.am.tpl | 5 |
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 | ||
70 | noinst_HEADERS = des/ncbc_enc.c | 70 | noinst_HEADERS = des/ncbc_enc.c |
71 | noinst_HEADERS += compat/thread_private.h | 71 | noinst_HEADERS += compat/thread_private.h |
72 | noinst_HEADERS += compat/arc4random.h | ||
73 | noinst_HEADERS += compat/arc4random_linux.h | ||
74 | noinst_HEADERS += compat/arc4random_osx.h | ||
75 | noinst_HEADERS += compat/arc4random_solaris.h | ||
76 | noinst_HEADERS += compat/arc4random_win.h | ||
72 | noinst_HEADERS += compat/chacha_private.h | 77 | noinst_HEADERS += compat/chacha_private.h |
73 | libcrypto_la_SOURCES = | 78 | libcrypto_la_SOURCES = |
74 | EXTRA_libcrypto_la_SOURCES = | 79 | EXTRA_libcrypto_la_SOURCES = |