summaryrefslogtreecommitdiffstats
path: root/cpukit/wrapup
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-14 05:25:42 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-14 05:25:42 +0000
commit5919677e7c9322d713116532d9a0af84625ee51c (patch)
tree1ca6a50992cae2f4b51b98cfb72746abf74c9b67 /cpukit/wrapup
parent2002-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5919677e7c9322d713116532d9a0af84625ee51c.tar.bz2
2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in from the 2002-12-12 patch).
Diffstat (limited to 'cpukit/wrapup')
-rw-r--r--cpukit/wrapup/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am
index 9362b09bbb..74cb16da9e 100644
--- a/cpukit/wrapup/Makefile.am
+++ b/cpukit/wrapup/Makefile.am
@@ -39,8 +39,8 @@ LIBS += ../libnetworking/wrapup/$(ARCH)/libnetworking.a
endif
if LIBRPC
-LIBS += ../librpc/$(ARCH)/librpc.a
-LIBS += ../librpc/$(ARCH)/libxdr.a
+LIBS += ../librpc/src/rpc/$(ARCH)/librpc.a
+LIBS += ../librpc/src/xdr/$(ARCH)/libxdr.a
endif
$(LIB): ${LIBS}