summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-25 21:33:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-25 21:33:11 +0000
commit27f0a73aa29e9f8fab4641ac2601c6de21259857 (patch)
tree0273f801389c90935fc3267dbc560db0f67c483f /c
parent2007-09-25 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-27f0a73aa29e9f8fab4641ac2601c6de21259857.tar.bz2
2007-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* nfsclient/Makefile.am: Fix errors.
Diffstat (limited to 'c')
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/nfsclient/Makefile.am3
2 files changed, 5 insertions, 2 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 3999dec325..b84dc2c76a 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,9 @@
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.
2007-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>
diff --git a/c/src/nfsclient/Makefile.am b/c/src/nfsclient/Makefile.am
index 8da9c7eaf1..eba7957887 100644
--- a/c/src/nfsclient/Makefile.am
+++ b/c/src/nfsclient/Makefile.am
@@ -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