summaryrefslogtreecommitdiffstats
path: root/c/src/wrapup
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-06-25 14:54:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-06-25 14:54:49 +0000
commit0b2f26d4d9db042b59dbfe06e2ff6f4f17682c5b (patch)
treebac54e09a199bddc8cdba10bed034bb7447e61a9 /c/src/wrapup
parent2002-06-25 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-0b2f26d4d9db042b59dbfe06e2ff6f4f17682c5b.tar.bz2
2002-06-25 Joel Sherrill <joel@OARcorp.com>
* Per PR233, moved librpc to exec. Ralf will patch after move. The patches associated with this PR are out of date. * configure.ac, wrapup/Makefile.am: Modified. * librpc, librpc/ChangeLog: Removed.
Diffstat (limited to 'c/src/wrapup')
-rw-r--r--c/src/wrapup/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index d93160f6d8..c08d83a2c8 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -14,7 +14,6 @@ LIB = $(PROJECT_RELEASE)/lib/librtemsbsp${LIB_VARIANT}.a
if HAS_NETWORKING
LIBNETWORKING = $(PROJECT_RELEASE)/lib/libnetapps$(LIB_VARIANT).a \
- $(wildcard $(PROJECT_RELEASE)/lib/librpc$(LIB_VARIANT).a) \
$(wildcard $(PROJECT_RELEASE)/lib/libxdr$(LIB_VARIANT).a)
endif