aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r--src/microhttpd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 4d0f81ce..11030731 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -67,7 +67,7 @@ libmicrohttpd_la_SOURCES = \
67 mhd_threads.c mhd_threads.h \ 67 mhd_threads.c mhd_threads.h \
68 mhd_locks.h mhd_sem.c \ 68 mhd_locks.h mhd_sem.c \
69 mhd_sockets.c mhd_sockets.h \ 69 mhd_sockets.c mhd_sockets.h \
70 mhd_itc.c mhd_itc.h \ 70 mhd_itc.c mhd_itc.h mhd_itc_types.h \
71 mhd_compat.h \ 71 mhd_compat.h \
72 response.c response.h 72 response.c response.h
73if HAVE_W32 73if HAVE_W32