summaryrefslogtreecommitdiffstats
path: root/cpukit/shttpd
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/shttpd')
-rw-r--r--cpukit/shttpd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/shttpd/Makefile.am b/cpukit/shttpd/Makefile.am
index ebc1c0a2fb..0d28747c6f 100644
--- a/cpukit/shttpd/Makefile.am
+++ b/cpukit/shttpd/Makefile.am
@@ -4,7 +4,7 @@ if LIBNETWORKING
include_shttpddir = $(includedir)/shttpd
project_lib_LIBRARIES = libshttpd.a
-libshttpd_a_CPPFLAGS = $(AM_CPPFLAGS)
+libshttpd_a_CPPFLAGS = $(AM_CPPFLAGS) -DHAVE_MD5
SRCS= string.c shttpd.c log.c auth.c md5.c \
cgi.c mime_type.c config.c \