summaryrefslogtreecommitdiffstats
path: root/cpukit/shttpd
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-06-12 05:16:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-06-12 05:16:16 +0000
commite98fc44ea5eebf20f2a46cc9dbe4d94f8278475d (patch)
tree207892eb3c2b06135c0758fabb472300871f0c40 /cpukit/shttpd
parent2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e98fc44ea5eebf20f2a46cc9dbe4d94f8278475d.tar.bz2
2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* shttpd/Makefile.am: Add -DHAVE_MD5 to use md5 routines from libmd.a.
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 \