2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>

* shttpd/Makefile.am: Add -DHAVE_MD5 to use md5 routines from
	  libmd.a.
This commit is contained in:
Ralf Corsepius
2007-06-12 05:16:16 +00:00
parent bbf1103aad
commit e98fc44ea5
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* shttpd/Makefile.am: Add -DHAVE_MD5 to use md5 routines from
libmd.a.
2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* wrapup/Makefile.am: Add libmd.a.

View File

@@ -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 \