2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* src/xdr/Makefile.am: Eliminate LIBNAME.
	* src/rpc/Makefile.am: Eliminate LIBNAME.
This commit is contained in:
Ralf Corsepius
2002-07-22 09:36:06 +00:00
parent 9f6d7a3496
commit ae56a2751f
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/xdr/Makefile.am: Eliminate LIBNAME.
* src/rpc/Makefile.am: Eliminate LIBNAME.
2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: RTEMS_TOP(../..).

View File

@@ -8,8 +8,7 @@ include $(top_srcdir)/../automake/lib.am
SUBDIRS = PSD.doc
LIBNAME = librpc
LIB = $(ARCH)/$(LIBNAME).a
LIB = $(ARCH)/librpc.a
C_FILES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c \
clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c clnt_tcp.c \