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 e5a4d4d..9f5311a 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -86,6 +86,9 @@ endif
86if HOST_WIN 86if HOST_WIN
87libcompat_la_SOURCES += compat/getentropy_win.c 87libcompat_la_SOURCES += compat/getentropy_win.c
88endif 88endif
89if HOST_HPUX
90libcompat_la_SOURCES += compat/getentropy_hpux.c
91endif
89endif 92endif
90 93
91endif 94endif
@@ -97,6 +100,9 @@ endif
97if HOST_WIN 100if HOST_WIN
98libcompat_la_SOURCES += compat/issetugid_win.c 101libcompat_la_SOURCES += compat/issetugid_win.c
99endif 102endif
103if HOST_HPUX
104libcompat_la_SOURCES += compat/issetugid_hpux.c
105endif
100endif 106endif
101 107
102noinst_HEADERS = 108noinst_HEADERS =
@@ -106,6 +112,7 @@ noinst_HEADERS += compat/arc4random_linux.h
106noinst_HEADERS += compat/arc4random_osx.h 112noinst_HEADERS += compat/arc4random_osx.h
107noinst_HEADERS += compat/arc4random_solaris.h 113noinst_HEADERS += compat/arc4random_solaris.h
108noinst_HEADERS += compat/arc4random_win.h 114noinst_HEADERS += compat/arc4random_win.h
115noinst_HEADERS += compat/arc4random_hpux.h
109noinst_HEADERS += compat/chacha_private.h 116noinst_HEADERS += compat/chacha_private.h
110 117
111libcrypto_la_SOURCES = 118libcrypto_la_SOURCES =