aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-10 13:52:51 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-10 13:52:51 +0000
commit40b07cc6451ce9b0c36f353385b777c4ebfcb138 (patch)
tree1c2262c387dd01c6672f51628b8a0c74cae18199 /src/microhttpd/Makefile.am
parenta7029c10cccdf2b0d4597eb79fb58d2f11d167f1 (diff)
downloadlibmicrohttpd-40b07cc6451ce9b0c36f353385b777c4ebfcb138.tar.gz
libmicrohttpd-40b07cc6451ce9b0c36f353385b777c4ebfcb138.zip
Moved locks and mutex abstraction to mhd_locks.h
Minor refactoring to allow better code optimization.
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r--src/microhttpd/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index e4b173ca..90324328 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -68,6 +68,7 @@ libmicrohttpd_la_SOURCES = \
68 sysfdsetsize.c sysfdsetsize.h \ 68 sysfdsetsize.c sysfdsetsize.h \
69 mhd_str.c mhd_str.h \ 69 mhd_str.c mhd_str.h \
70 mhd_threads.c mhd_threads.h \ 70 mhd_threads.c mhd_threads.h \
71 mhd_locks.h \
71 response.c response.h 72 response.c response.h
72libmicrohttpd_la_CPPFLAGS = \ 73libmicrohttpd_la_CPPFLAGS = \
73 $(AM_CPPFLAGS) $(MHD_LIB_CPPFLAGS) \ 74 $(AM_CPPFLAGS) $(MHD_LIB_CPPFLAGS) \