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, 4 insertions, 0 deletions
diff --git a/crypto/Makefile.am.tpl b/crypto/Makefile.am.tpl
index 0ace78a..d9ca553 100644
--- a/crypto/Makefile.am.tpl
+++ b/crypto/Makefile.am.tpl
@@ -61,6 +61,9 @@ if !HAVE_ARC4RANDOM_BUF
61libcompat_la_SOURCES += compat/arc4random.c 61libcompat_la_SOURCES += compat/arc4random.c
62 62
63if !HAVE_GETENTROPY 63if !HAVE_GETENTROPY
64if HOST_FREEBSD
65libcompat_la_SOURCES += compat/getentropy_freebsd.c
66endif
64if HOST_LINUX 67if HOST_LINUX
65libcompat_la_SOURCES += compat/getentropy_linux.c 68libcompat_la_SOURCES += compat/getentropy_linux.c
66endif 69endif
@@ -88,6 +91,7 @@ endif
88 91
89noinst_HEADERS = des/ncbc_enc.c 92noinst_HEADERS = des/ncbc_enc.c
90noinst_HEADERS += compat/arc4random.h 93noinst_HEADERS += compat/arc4random.h
94noinst_HEADERS += compat/arc4random_freebsd.h
91noinst_HEADERS += compat/arc4random_linux.h 95noinst_HEADERS += compat/arc4random_linux.h
92noinst_HEADERS += compat/arc4random_osx.h 96noinst_HEADERS += compat/arc4random_osx.h
93noinst_HEADERS += compat/arc4random_solaris.h 97noinst_HEADERS += compat/arc4random_solaris.h