forked from Imagelibrary/rtems
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:
@@ -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>
|
2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* wrapup/Makefile.am: Add libmd.a.
|
* wrapup/Makefile.am: Add libmd.a.
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ if LIBNETWORKING
|
|||||||
include_shttpddir = $(includedir)/shttpd
|
include_shttpddir = $(includedir)/shttpd
|
||||||
|
|
||||||
project_lib_LIBRARIES = libshttpd.a
|
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 \
|
SRCS= string.c shttpd.c log.c auth.c md5.c \
|
||||||
cgi.c mime_type.c config.c \
|
cgi.c mime_type.c config.c \
|
||||||
|
|||||||
Reference in New Issue
Block a user