summaryrefslogtreecommitdiffstats
path: root/c/src/wrapup
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-15 03:56:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-15 03:56:14 +0000
commit7c5a840a84d4e1f1b2c7150a9b4d8c8f95a6cf49 (patch)
tree6a9a6bc33ae4150a4d45d21693cd0b7c59cf0281 /c/src/wrapup
parent2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7c5a840a84d4e1f1b2c7150a9b4d8c8f95a6cf49.tar.bz2
2004-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove libnetworking/wrapup/Makefile. * wrapup/Makefile.am: Reflect change to libnetworking/*. Use libnetworking/*/lib*.a instead of libnetapps.a
Diffstat (limited to 'c/src/wrapup')
-rw-r--r--c/src/wrapup/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index efc4769393..9aee6922d8 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -17,7 +17,12 @@ SRCS += \
endif
if HAS_NETWORKING
-SRCS += ../libnetworking/wrapup/$(ARCH)/libnetapps.a
+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
endif
if HAS_RDBG