diff --git a/README b/README index d4b04d32..e549761f 100644 --- a/README +++ b/README @@ -5,9 +5,9 @@ things need to be implemented (in list of importance) before certain features can be used at all: -For PUT/POST: -============= -testing! +For POST: +========= +- Decoding of POST data, testing thereof For http-compliance: ==================== diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index 93780b67..71f25e96 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -7,8 +7,6 @@ lib_LTLIBRARIES = \ libmicrohttpd_la_LDFLAGS = \ -export-dynamic -version-info 0:0:0 -# libmicrohttpd_la_LIBADD = \ -# -lm libmicrohttpd_la_SOURCES = \ daemon.c \ internal.c internal.h \