2007-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>

* nfsclient/Makefile.am: Fix errors.
This commit is contained in:
Joel Sherrill
2007-09-25 21:13:27 +00:00
parent a10128c072
commit 21961089eb
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2007-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* nfsclient/Makefile.am: Fix errors.
2007-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.

View File

@@ -37,7 +37,7 @@ project_lib_PROGRAMS += nfs.rel
nfs_rel_SOURCES = src/nfs.c proto/nfs_prot.h proto/mount_prot.h
nfs_rel_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/proto
nfs_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
nfs_rel_LDADD = libnfsprot.a
nfs_rel_LDADD = libnfs.a
#%rpcio.obj: %rpcio.o %sock_mbuf.o %xdr_mbuf.o %rpcio.modini.o
# $(LD) -r -o $@ $^
@@ -49,7 +49,6 @@ rpcio_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
libnfs_a_SOURCES += proto/nfs_prot_xdr.c proto/nfs_prot.h
libnfs_a_SOURCES += proto/mount_prot_xdr.c proto/mount_prot.h
libnfs_a_CPPFLAGS = $(AM_CPPFLAGS)
libnfs_a_CPPFLAGS += -I$(srcdir)/proto
libnfs_a_CPPFLAGS += -UHAVE_CEXP
endif