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.
This commit is contained in:
Ralf Corsepius
2004-10-27 06:03:12 +00:00
parent 6b400fed8b
commit cc870803f9
4 changed files with 7 additions and 5 deletions

View File

@@ -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.

View File

@@ -250,7 +250,6 @@ libnetworking/Makefile
libnetworking/pppd/Makefile
libnetworking/rtems_servers/Makefile
libnetworking/rtems_telnetd/Makefile
libnetworking/rtems_webserver/Makefile
librdbg/Makefile

View File

@@ -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

View File

@@ -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