From 5919677e7c9322d713116532d9a0af84625ee51c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 14 Dec 2002 05:25:42 +0000 Subject: 2002-12-14 Ralf Corsepius * wrapup/Makefile.am: Fix path to libxdr and librpc (Another typo in from the 2002-12-12 patch). --- cpukit/wrapup/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/wrapup') 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} -- cgit v1.2.3