diff options
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 83bf0c6..757197f 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -97,24 +97,6 @@ endif | |||
97 | 97 | ||
98 | endif | 98 | endif |
99 | 99 | ||
100 | if !HAVE_ISSETUGID | ||
101 | if HOST_AIX | ||
102 | libcompat_la_SOURCES += compat/issetugid_aix.c | ||
103 | endif | ||
104 | if HOST_LINUX | ||
105 | libcompat_la_SOURCES += compat/issetugid_linux.c | ||
106 | endif | ||
107 | if HOST_HPUX | ||
108 | libcompat_la_SOURCES += compat/issetugid_hpux.c | ||
109 | endif | ||
110 | if HOST_DARWIN | ||
111 | libcompat_la_SOURCES += compat/issetugid_osx.c | ||
112 | endif | ||
113 | if HOST_WIN | ||
114 | libcompat_la_SOURCES += compat/issetugid_win.c | ||
115 | endif | ||
116 | endif | ||
117 | |||
118 | noinst_HEADERS = | 100 | noinst_HEADERS = |
119 | noinst_HEADERS += compat/arc4random.h | 101 | noinst_HEADERS += compat/arc4random.h |
120 | noinst_HEADERS += compat/arc4random_aix.h | 102 | noinst_HEADERS += compat/arc4random_aix.h |