aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-07 21:31:42 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-07 21:31:42 +0300
commit4e4a1ce2bb9f6cd1d38fdc5f169d8956afab70c0 (patch)
tree2b6dac3fafbda2a1abc54eb9cea82e2fafc9a8a2 /src/microhttpd/Makefile.am
parent24725d33d9074b880b7f993165dd408153004862 (diff)
downloadlibmicrohttpd-4e4a1ce2bb9f6cd1d38fdc5f169d8956afab70c0.tar.gz
libmicrohttpd-4e4a1ce2bb9f6cd1d38fdc5f169d8956afab70c0.zip
Fixed calloc() substitution.
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r--src/microhttpd/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index cc48d11d..1ab04741 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -68,12 +68,8 @@ libmicrohttpd_la_SOURCES = \
68 mhd_locks.h \ 68 mhd_locks.h \
69 mhd_sockets.c mhd_sockets.h \ 69 mhd_sockets.c mhd_sockets.h \
70 mhd_itc.c mhd_itc.h mhd_itc_types.h \ 70 mhd_itc.c mhd_itc.h mhd_itc_types.h \
71 mhd_compat.h \ 71 mhd_compat.c mhd_compat.h \
72 response.c response.h 72 response.c response.h
73if HAVE_W32
74libmicrohttpd_la_SOURCES += \
75 mhd_compat.c
76endif
77 73
78libmicrohttpd_la_CPPFLAGS = \ 74libmicrohttpd_la_CPPFLAGS = \
79 $(AM_CPPFLAGS) $(MHD_LIB_CPPFLAGS) \ 75 $(AM_CPPFLAGS) $(MHD_LIB_CPPFLAGS) \