summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/wrapup
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-14 15:31:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-14 15:31:07 +0000
commitc5881fc1558784739269800a26b7452c8cf46aba (patch)
treec8ba624427be3a4ca4fbbc4d9970ac62571591e1 /c/src/libnetworking/wrapup
parentFixed typo. (diff)
downloadrtems-c5881fc1558784739269800a26b7452c8cf46aba.tar.bz2
Enabled compilation of rtems_servers at request of Jake Janovetz
<janovetz@tempest.ece.uiuc.edu>.
Diffstat (limited to 'c/src/libnetworking/wrapup')
-rw-r--r--c/src/libnetworking/wrapup/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/libnetworking/wrapup/Makefile.in b/c/src/libnetworking/wrapup/Makefile.in
index 82c235d7e2..7493b22f69 100644
--- a/c/src/libnetworking/wrapup/Makefile.in
+++ b/c/src/libnetworking/wrapup/Makefile.in
@@ -15,8 +15,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
VPATH = @srcdir@
-NET_PIECES=kern lib libc net netinet nfs rtems
-# Add rtems_servers
+NET_PIECES=kern lib libc net netinet nfs rtems rtems_servers
OBJS=$(foreach piece, $(NET_PIECES), ../$(piece)/$(ARCH)/*.o)
LIB=$(ARCH)/libnetworking.a