From 637f572b507a9b149eb361fa125305c046e38203 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 11 Jun 2007 15:11:15 +0000 Subject: [PATCH] =?UTF-8?q?2007-06-11=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * shttpd/Makefile.am: Conditionally build on LIBNETWORKING. --- cpukit/ChangeLog | 1 + cpukit/shttpd/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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