2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Reflect moving libnetworking. Use libnetapps instead.
This commit is contained in:
Joel Sherrill
2002-05-29 17:00:51 +00:00
parent 7020377e8f
commit f3e9ad0784
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect moving libnetworking. Use libnetapps instead.
2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove libblock, libfs.

View File

@@ -13,7 +13,7 @@ include $(top_srcdir)/../../../automake/lib.am
LIB = $(PROJECT_RELEASE)/lib/librtemsbsp${LIB_VARIANT}.a
if HAS_NETWORKING
LIBNETWORKING = $(PROJECT_RELEASE)/lib/libnetworking$(LIB_VARIANT).a \
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