aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-06-16 07:27:32 +0000
committerChristian Grothoff <christian@grothoff.org>2007-06-16 07:27:32 +0000
commitb515a008163d25c8f820ebae0be6e8fd2dd70021 (patch)
tree19d62fa97b984305b050112e8ba74a4d7bac0565
parent791198d30deda7bcdc7075e2c39e51c1f466d7fc (diff)
downloadlibmicrohttpd-b515a008163d25c8f820ebae0be6e8fd2dd70021.tar.gz
libmicrohttpd-b515a008163d25c8f820ebae0be6e8fd2dd70021.zip
update
-rw-r--r--README6
-rw-r--r--src/daemon/Makefile.am2
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)
5before certain features can be used at all: 5before certain features can be used at all:
6 6
7 7
8For PUT/POST: 8For POST:
9============= 9=========
10testing! 10- Decoding of POST data, testing thereof
11 11
12For http-compliance: 12For http-compliance:
13==================== 13====================
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 = \
7 7
8libmicrohttpd_la_LDFLAGS = \ 8libmicrohttpd_la_LDFLAGS = \
9 -export-dynamic -version-info 0:0:0 9 -export-dynamic -version-info 0:0:0
10# libmicrohttpd_la_LIBADD = \
11# -lm
12libmicrohttpd_la_SOURCES = \ 10libmicrohttpd_la_SOURCES = \
13 daemon.c \ 11 daemon.c \
14 internal.c internal.h \ 12 internal.c internal.h \