From 637f572b507a9b149eb361fa125305c046e38203 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 11 Jun 2007 15:11:15 +0000 Subject: =?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/shttpd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/shttpd') 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 -- cgit v1.2.3