From b515a008163d25c8f820ebae0be6e8fd2dd70021 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 16 Jun 2007 07:27:32 +0000 Subject: [PATCH] update --- README | 6 +++--- src/daemon/Makefile.am | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) 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 \