aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index e350cda..83bf0c6 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -69,6 +69,9 @@ if !HAVE_ARC4RANDOM_BUF
69libcompat_la_SOURCES += compat/arc4random.c 69libcompat_la_SOURCES += compat/arc4random.c
70 70
71if !HAVE_GETENTROPY 71if !HAVE_GETENTROPY
72if HOST_AIX
73libcompat_la_SOURCES += compat/getentropy_aix.c
74endif
72if HOST_FREEBSD 75if HOST_FREEBSD
73libcompat_la_SOURCES += compat/getentropy_freebsd.c 76libcompat_la_SOURCES += compat/getentropy_freebsd.c
74endif 77endif
@@ -95,6 +98,9 @@ endif
95endif 98endif
96 99
97if !HAVE_ISSETUGID 100if !HAVE_ISSETUGID
101if HOST_AIX
102libcompat_la_SOURCES += compat/issetugid_aix.c
103endif
98if HOST_LINUX 104if HOST_LINUX
99libcompat_la_SOURCES += compat/issetugid_linux.c 105libcompat_la_SOURCES += compat/issetugid_linux.c
100endif 106endif
@@ -111,6 +117,7 @@ endif
111 117
112noinst_HEADERS = 118noinst_HEADERS =
113noinst_HEADERS += compat/arc4random.h 119noinst_HEADERS += compat/arc4random.h
120noinst_HEADERS += compat/arc4random_aix.h
114noinst_HEADERS += compat/arc4random_freebsd.h 121noinst_HEADERS += compat/arc4random_freebsd.h
115noinst_HEADERS += compat/arc4random_hpux.h 122noinst_HEADERS += compat/arc4random_hpux.h
116noinst_HEADERS += compat/arc4random_linux.h 123noinst_HEADERS += compat/arc4random_linux.h