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.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index 892d0506..f41d39ee 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -11,7 +11,7 @@ libmicrohttpd_la_LDFLAGS = \
11# -lm 11# -lm
12libmicrohttpd_la_SOURCES = \ 12libmicrohttpd_la_SOURCES = \
13 daemon.c \ 13 daemon.c \
14 internal.h \ 14 internal.c internal.h \
15 response.c response.h \ 15 response.c response.h \
16 session.c session.h 16 session.c session.h
17 17