aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-06-25 14:05:12 +0000
committerng0 <ng0@n0.is>2019-06-25 14:05:12 +0000
commitee0942b2e0ea1683d9329f45cc81b193908672ec (patch)
treef1d8f7b19929c973245edb80f266252c777545b0 /src/microhttpd/Makefile.am
parent9af4a482e857fd14b10a1bc52e71d971d9f081a7 (diff)
downloadlibmicrohttpd-ee0942b2e0ea1683d9329f45cc81b193908672ec.tar.gz
libmicrohttpd-ee0942b2e0ea1683d9329f45cc81b193908672ec.zip
iAdd headerfile for mhd_send.
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 452e8971..7a484371 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -62,7 +62,7 @@ libmicrohttpd_la_SOURCES = \
62 mhd_limits.h mhd_byteorder.h \ 62 mhd_limits.h mhd_byteorder.h \
63 sysfdsetsize.c sysfdsetsize.h \ 63 sysfdsetsize.c sysfdsetsize.h \
64 mhd_str.c mhd_str.h \ 64 mhd_str.c mhd_str.h \
65 mhd_send.c \ 65 mhd_send.h mhd_send.c \
66 mhd_assert.h \ 66 mhd_assert.h \
67 mhd_sockets.c mhd_sockets.h \ 67 mhd_sockets.c mhd_sockets.h \
68 mhd_itc.c mhd_itc.h mhd_itc_types.h \ 68 mhd_itc.c mhd_itc.h mhd_itc_types.h \