aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-23 20:13:07 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-23 20:13:07 +0000
commita3fc78c87acc9a411959115c071f60adf54a2e11 (patch)
treefe7b9954ef4c3d2aba9be1eb1430f5adee8a8e2c /src/microhttpd/Makefile.am
parent47bfec25d8fabfa4cc118e094a08101655d63d65 (diff)
downloadlibmicrohttpd-a3fc78c87acc9a411959115c071f60adf54a2e11.tar.gz
libmicrohttpd-a3fc78c87acc9a411959115c071f60adf54a2e11.zip
Emulate random() on platforms without random(), but with rand() function.
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r--src/microhttpd/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 1e555c18..cfd4799f 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -167,7 +167,7 @@ test_daemon_LDADD = \
167 $(top_builddir)/src/microhttpd/libmicrohttpd.la 167 $(top_builddir)/src/microhttpd/libmicrohttpd.la
168 168
169test_postprocessor_SOURCES = \ 169test_postprocessor_SOURCES = \
170 test_postprocessor.c mhd_compat.c 170 test_postprocessor.c
171test_postprocessor_CPPFLAGS = \ 171test_postprocessor_CPPFLAGS = \
172 $(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS) 172 $(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS)
173test_postprocessor_LDADD = \ 173test_postprocessor_LDADD = \
@@ -181,7 +181,7 @@ test_postprocessor_amp_LDADD = \
181 $(top_builddir)/src/microhttpd/libmicrohttpd.la 181 $(top_builddir)/src/microhttpd/libmicrohttpd.la
182 182
183test_postprocessor_large_SOURCES = \ 183test_postprocessor_large_SOURCES = \
184 test_postprocessor_large.c mhd_compat.c 184 test_postprocessor_large.c
185test_postprocessor_large_CPPFLAGS = \ 185test_postprocessor_large_CPPFLAGS = \
186 $(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS) 186 $(AM_CPPFLAGS) $(GNUTLS_CPPFLAGS)
187test_postprocessor_large_LDADD = \ 187test_postprocessor_large_LDADD = \