aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-06-12 06:48:11 +0000
committerChristian Grothoff <christian@grothoff.org>2007-06-12 06:48:11 +0000
commit641853be5073b9b2dc5c60fa414271ccbec0c0aa (patch)
tree7da8c1810f45ea5cd07923808ed158662c1aadc6 /src/daemon/Makefile.am
parentc09343fb06be96edac01bbe48d8a269d898c91fd (diff)
downloadlibmicrohttpd-641853be5073b9b2dc5c60fa414271ccbec0c0aa.tar.gz
libmicrohttpd-641853be5073b9b2dc5c60fa414271ccbec0c0aa.zip
cleaning up the code big time -- incomplete
Diffstat (limited to 'src/daemon/Makefile.am')
-rw-r--r--src/daemon/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index fb9b098e..892d0506 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -10,7 +10,10 @@ libmicrohttpd_la_LDFLAGS = \
10# libmicrohttpd_la_LIBADD = \ 10# libmicrohttpd_la_LIBADD = \
11# -lm 11# -lm
12libmicrohttpd_la_SOURCES = \ 12libmicrohttpd_la_SOURCES = \
13 daemon.c 13 daemon.c \
14 internal.h \
15 response.c response.h \
16 session.c session.h
14 17
15# No curl, not testcases 18# No curl, not testcases
16if HAVE_CURL 19if HAVE_CURL