summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/wrapup/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-17 15:53:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-17 15:53:13 +0000
commit1c0a186bef8a4536c88858a9ca728734fcd184a2 (patch)
tree4b7fd1aca1907e7a1a72a3ac1556a8703c0e3b15 /c/src/libnetworking/wrapup/Makefile.in
parentPatch from John S. Gwynne <jgwynne@mrcday.com> to correct minor (diff)
downloadrtems-1c0a186bef8a4536c88858a9ca728734fcd184a2.tar.bz2
Temporarily took rtems_servers directory out of the build tree since there
are build issues with it.
Diffstat (limited to 'c/src/libnetworking/wrapup/Makefile.in')
-rw-r--r--c/src/libnetworking/wrapup/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/libnetworking/wrapup/Makefile.in b/c/src/libnetworking/wrapup/Makefile.in
index 6493b363d5..e11a01735e 100644
--- a/c/src/libnetworking/wrapup/Makefile.in
+++ b/c/src/libnetworking/wrapup/Makefile.in
@@ -10,7 +10,8 @@ PROJECT_ROOT = @PROJECT_ROOT@
INSTALL = @INSTALL@
-NET_PIECES=kern lib libc net netinet nfs rtems
+NET_PIECES=kern lib libc net netinet nfs rtems
+# Add rtems_servers
OBJS=$(foreach piece, $(NET_PIECES), ../$(piece)/$(ARCH)/*.o)
LIB=$(ARCH)/libnetworking.a