mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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>
|
2004-10-25 Eric Norum <norume@aps.anl.gov>
|
||||||
|
|
||||||
* libchip/network/i82586.c: ether_sprintf() is part of networking library.
|
* libchip/network/i82586.c: ether_sprintf() is part of networking library.
|
||||||
|
|||||||
@@ -250,7 +250,6 @@ libnetworking/Makefile
|
|||||||
libnetworking/pppd/Makefile
|
libnetworking/pppd/Makefile
|
||||||
libnetworking/rtems_servers/Makefile
|
libnetworking/rtems_servers/Makefile
|
||||||
libnetworking/rtems_telnetd/Makefile
|
libnetworking/rtems_telnetd/Makefile
|
||||||
libnetworking/rtems_webserver/Makefile
|
|
||||||
|
|
||||||
librdbg/Makefile
|
librdbg/Makefile
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
## $Id$
|
## $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/subdirs.am
|
||||||
include $(top_srcdir)/automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -29,9 +29,6 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if HAS_NETWORKING
|
if HAS_NETWORKING
|
||||||
if HAS_POSIX
|
|
||||||
SRCS += ../libnetworking/rtems_webserver/libhttpd$(LIB_VARIANT).a
|
|
||||||
endif
|
|
||||||
SRCS += ../libnetworking/pppd/libpppd$(LIB_VARIANT).a
|
SRCS += ../libnetworking/pppd/libpppd$(LIB_VARIANT).a
|
||||||
SRCS += ../libnetworking/rtems_servers/libftpd$(LIB_VARIANT).a
|
SRCS += ../libnetworking/rtems_servers/libftpd$(LIB_VARIANT).a
|
||||||
SRCS += ../libnetworking/rtems_telnetd/libtelnetd$(LIB_VARIANT).a
|
SRCS += ../libnetworking/rtems_telnetd/libtelnetd$(LIB_VARIANT).a
|
||||||
|
|||||||
Reference in New Issue
Block a user