aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/Makefile.am
diff options
context:
space:
mode:
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