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.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/Makefile.am.tpl b/crypto/Makefile.am.tpl
index d9ca553..5e94936 100644
--- a/crypto/Makefile.am.tpl
+++ b/crypto/Makefile.am.tpl
@@ -89,7 +89,7 @@ libcompat_la_SOURCES += compat/issetugid_win.c
89endif 89endif
90endif 90endif
91 91
92noinst_HEADERS = des/ncbc_enc.c 92noinst_HEADERS =
93noinst_HEADERS += compat/arc4random.h 93noinst_HEADERS += compat/arc4random.h
94noinst_HEADERS += compat/arc4random_freebsd.h 94noinst_HEADERS += compat/arc4random_freebsd.h
95noinst_HEADERS += compat/arc4random_linux.h 95noinst_HEADERS += compat/arc4random_linux.h
@@ -97,5 +97,7 @@ noinst_HEADERS += compat/arc4random_osx.h
97noinst_HEADERS += compat/arc4random_solaris.h 97noinst_HEADERS += compat/arc4random_solaris.h
98noinst_HEADERS += compat/arc4random_win.h 98noinst_HEADERS += compat/arc4random_win.h
99noinst_HEADERS += compat/chacha_private.h 99noinst_HEADERS += compat/chacha_private.h
100
100libcrypto_la_SOURCES = 101libcrypto_la_SOURCES =
101EXTRA_libcrypto_la_SOURCES = 102EXTRA_libcrypto_la_SOURCES =
103