aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-04-17 17:00:20 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-04-17 20:42:34 +0300
commite67fdd04a842d1261a45baaf0ee5820fe48d164f (patch)
treed923567564ef445ecfe68eb42cb8ce0a5b5817e7 /src/microhttpd/Makefile.am
parentaec7a30459ff5b87939fdda1edb9558f54cd2b50 (diff)
downloadlibmicrohttpd-e67fdd04a842d1261a45baaf0ee5820fe48d164f.tar.gz
libmicrohttpd-e67fdd04a842d1261a45baaf0ee5820fe48d164f.zip
Moved bit manipulation to separate header file.
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r--src/microhttpd/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 64890de3..16db5009 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -133,6 +133,7 @@ endif
133if ENABLE_DAUTH 133if ENABLE_DAUTH
134libmicrohttpd_la_SOURCES += \ 134libmicrohttpd_la_SOURCES += \
135 digestauth.c \ 135 digestauth.c \
136 mhd_bithelpers.h \
136 md5.c md5.h \ 137 md5.c md5.h \
137 sha256.c sha256.h 138 sha256.c sha256.h
138endif 139endif
@@ -319,7 +320,7 @@ test_http_reasons_SOURCES = \
319 320
320test_md5_SOURCES = \ 321test_md5_SOURCES = \
321 test_md5.c test_helpers.h \ 322 test_md5.c test_helpers.h \
322 md5.c md5.h 323 md5.c md5.h mhd_bithelpers.h
323 324
324test_options_SOURCES = \ 325test_options_SOURCES = \
325 test_options.c 326 test_options.c