summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog1
-rw-r--r--cpukit/shttpd/Makefile.am2
2 files changed, 2 insertions, 1 deletions
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 <ralf.corsepius@rtems.org>
+ * shttpd/Makefile.am: Conditionally build on LIBNETWORKING.
* shttpd/compat_rtems.h: Include <arpa/inet.h>.
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