summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-10-27 06:03:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-10-27 06:03:12 +0000
commitcc870803f9c233fcb45fcee9f2bb6a9d1f15498a (patch)
tree05f068e17be9409e1661642bada9ea77c1fb3d88 /c
parent2004-10-27 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-cc870803f9c233fcb45fcee9f2bb6a9d1f15498a.tar.bz2
2004-10-27 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 700/rtems_misc * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am: Remove libnetworking/rtems_webserver.
Diffstat (limited to 'c')
-rw-r--r--c/src/ChangeLog6
-rw-r--r--c/src/configure.ac1
-rw-r--r--c/src/libnetworking/Makefile.am2
-rw-r--r--c/src/wrapup/Makefile.am3
4 files changed, 7 insertions, 5 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index a165c902da..fdb56ab3ad 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-27 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ PR 700/rtems_misc
+ * configure.ac, libnetworking/Makefile.am, wrapup/Makefile.am:
+ Remove libnetworking/rtems_webserver.
+
2004-10-25 Eric Norum <norume@aps.anl.gov>
* libchip/network/i82586.c: ether_sprintf() is part of networking library.
diff --git a/c/src/configure.ac b/c/src/configure.ac
index 604c4e97ef..64450d8ac2 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -250,7 +250,6 @@ libnetworking/Makefile
libnetworking/pppd/Makefile
libnetworking/rtems_servers/Makefile
libnetworking/rtems_telnetd/Makefile
-libnetworking/rtems_webserver/Makefile
librdbg/Makefile
diff --git a/c/src/libnetworking/Makefile.am b/c/src/libnetworking/Makefile.am
index e7c3510659..a6c4403eac 100644
--- a/c/src/libnetworking/Makefile.am
+++ b/c/src/libnetworking/Makefile.am
@@ -2,7 +2,7 @@
## $Id$
##
-SUBDIRS = rtems_servers pppd rtems_telnetd rtems_webserver
+SUBDIRS = rtems_servers pppd rtems_telnetd
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index a665c438c6..5e2adaf76c 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -29,9 +29,6 @@ endif
endif
if HAS_NETWORKING
-if HAS_POSIX
-SRCS += ../libnetworking/rtems_webserver/libhttpd$(LIB_VARIANT).a
-endif
SRCS += ../libnetworking/pppd/libpppd$(LIB_VARIANT).a
SRCS += ../libnetworking/rtems_servers/libftpd$(LIB_VARIANT).a
SRCS += ../libnetworking/rtems_telnetd/libtelnetd$(LIB_VARIANT).a