From e98fc44ea5eebf20f2a46cc9dbe4d94f8278475d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 12 Jun 2007 05:16:16 +0000 Subject: =?UTF-8?q?2007-06-12=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * shttpd/Makefile.am: Add -DHAVE_MD5 to use md5 routines from libmd.a. --- cpukit/shttpd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/shttpd') 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 \ -- cgit v1.2.3