2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* wrapup/Makefile.am: Remove libxdr.a.
This commit is contained in:
Ralf Corsepius
2002-06-26 05:20:29 +00:00
parent abc116768a
commit 163abc10e8
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Remove libxdr.a.
2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove librpc.

View File

@@ -13,8 +13,7 @@ include $(top_srcdir)/../../../automake/lib.am
LIB = $(PROJECT_RELEASE)/lib/librtemsbsp${LIB_VARIANT}.a
if HAS_NETWORKING
LIBNETWORKING = $(PROJECT_RELEASE)/lib/libnetapps$(LIB_VARIANT).a \
$(wildcard $(PROJECT_RELEASE)/lib/libxdr$(LIB_VARIANT).a)
LIBNETWORKING = $(PROJECT_RELEASE)/lib/libnetapps$(LIB_VARIANT).a
endif
if HAS_RDBG