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.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index a948c667..5ce824cc 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -8,11 +8,11 @@ lib_LTLIBRARIES = \
8libmicrohttpd_la_LDFLAGS = \ 8libmicrohttpd_la_LDFLAGS = \
9 -export-dynamic -version-info 0:0:0 9 -export-dynamic -version-info 0:0:0
10libmicrohttpd_la_SOURCES = \ 10libmicrohttpd_la_SOURCES = \
11 connection.c connection.h \
11 daemon.c \ 12 daemon.c \
12 internal.c internal.h \ 13 internal.c internal.h \
13 plibc.h \ 14 plibc.h \
14 response.c response.h \ 15 response.c response.h
15 session.c session.h
16 16
17# example programs 17# example programs
18 18