diff options
Diffstat (limited to 'src/daemon/Makefile.am')
-rw-r--r-- | src/daemon/Makefile.am | 5 |
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 |
12 | libmicrohttpd_la_SOURCES = \ | 12 | libmicrohttpd_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 |
16 | if HAVE_CURL | 19 | if HAVE_CURL |