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.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index 4a380b35..68ca4873 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -37,7 +37,8 @@ endif
37if ENABLE_DAUTH 37if ENABLE_DAUTH
38libmicrohttpd_la_SOURCES += \ 38libmicrohttpd_la_SOURCES += \
39 digestauth.c \ 39 digestauth.c \
40 md5.c md5.h 40 md5.c md5.h \
41 base64.c base64.h
41endif 42endif
42 43
43if ENABLE_HTTPS 44if ENABLE_HTTPS