diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 05effbd137..fddc424267 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,6 @@ 2007-06-11 Ralf Corsépius + * shttpd/Makefile.am: Conditionally build on LIBNETWORKING. * shttpd/compat_rtems.h: Include . Add config.h support. diff --git a/cpukit/shttpd/Makefile.am b/cpukit/shttpd/Makefile.am index 2ab11ba293..ebc1c0a2fb 100644 --- a/cpukit/shttpd/Makefile.am +++ b/cpukit/shttpd/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/automake/compile.am -if NEWLIB +if LIBNETWORKING include_shttpddir = $(includedir)/shttpd project_lib_LIBRARIES = libshttpd.a