aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2014-02-18 18:38:04 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2014-02-18 18:38:04 +0000
commit4e0abfce9e307db0c6d5a1c253603600d3ba0ced (patch)
tree970b8f4a8ced22430c255e66ad5b6edb9b9f0c41 /src/microhttpd/Makefile.am
parentc311027f28797ef8dc692baa84a898bda033c410 (diff)
downloadlibmicrohttpd-4e0abfce9e307db0c6d5a1c253603600d3ba0ced.tar.gz
libmicrohttpd-4e0abfce9e307db0c6d5a1c253603600d3ba0ced.zip
Replace CLOSE() with MHD_socket_close_() for sockets
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r--src/microhttpd/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 35ab6021..f09c3b12 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -5,7 +5,8 @@ endif
5AM_CPPFLAGS = \ 5AM_CPPFLAGS = \
6 $(PLIBC_INCLUDE) \ 6 $(PLIBC_INCLUDE) \
7 -I$(top_srcdir)/src/include \ 7 -I$(top_srcdir)/src/include \
8 -I$(top_srcdir)/src/microhttpd 8 -I$(top_srcdir)/src/microhttpd \
9 -I$(top_srcdir)/src/platform
9 10
10AM_CFLAGS = $(HIDDEN_VISIBILITY_CFLAGS) \ 11AM_CFLAGS = $(HIDDEN_VISIBILITY_CFLAGS) \
11 @LIBGCRYPT_CFLAGS@ 12 @LIBGCRYPT_CFLAGS@
@@ -20,7 +21,8 @@ libmicrohttpd_la_SOURCES = \
20 daemon.c \ 21 daemon.c \
21 internal.c internal.h \ 22 internal.c internal.h \
22 memorypool.c memorypool.h \ 23 memorypool.c memorypool.h \
23 response.c response.h 24 response.c response.h \
25 ../platform/platform_interface.h
24libmicrohttpd_la_CPPFLAGS = \ 26libmicrohttpd_la_CPPFLAGS = \
25 $(AM_CPPFLAGS) \ 27 $(AM_CPPFLAGS) \
26 -DBUILDING_MHD_LIB=1 28 -DBUILDING_MHD_LIB=1