diff options
Diffstat (limited to 'crypto/Makefile.am.tpl')
-rw-r--r-- | crypto/Makefile.am.tpl | 4 |
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 | |||
89 | endif | 89 | endif |
90 | endif | 90 | endif |
91 | 91 | ||
92 | noinst_HEADERS = des/ncbc_enc.c | 92 | noinst_HEADERS = |
93 | noinst_HEADERS += compat/arc4random.h | 93 | noinst_HEADERS += compat/arc4random.h |
94 | noinst_HEADERS += compat/arc4random_freebsd.h | 94 | noinst_HEADERS += compat/arc4random_freebsd.h |
95 | noinst_HEADERS += compat/arc4random_linux.h | 95 | noinst_HEADERS += compat/arc4random_linux.h |
@@ -97,5 +97,7 @@ noinst_HEADERS += compat/arc4random_osx.h | |||
97 | noinst_HEADERS += compat/arc4random_solaris.h | 97 | noinst_HEADERS += compat/arc4random_solaris.h |
98 | noinst_HEADERS += compat/arc4random_win.h | 98 | noinst_HEADERS += compat/arc4random_win.h |
99 | noinst_HEADERS += compat/chacha_private.h | 99 | noinst_HEADERS += compat/chacha_private.h |
100 | |||
100 | libcrypto_la_SOURCES = | 101 | libcrypto_la_SOURCES = |
101 | EXTRA_libcrypto_la_SOURCES = | 102 | EXTRA_libcrypto_la_SOURCES = |
103 | |||