summaryrefslogtreecommitdiffstats
path: root/c/src/nfsclient/preinstall.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-25 16:56:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-25 16:56:09 +0000
commit77a152c74bda7bea00883d7a11bb2ecfcb0b528a (patch)
treea9980ed8bfff4c495d21ad0ea25da038ddb4c30a /c/src/nfsclient/preinstall.am
parent2007-09-24 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-77a152c74bda7bea00883d7a11bb2ecfcb0b528a.tar.bz2
2007-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* nfsclient/Makefile.am, nfsclient/preinstall.am: Install libnfs.a.
Diffstat (limited to '')
-rw-r--r--c/src/nfsclient/preinstall.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/nfsclient/preinstall.am b/c/src/nfsclient/preinstall.am
index a2dfef90dd..ad72b0e68b 100644
--- a/c/src/nfsclient/preinstall.am
+++ b/c/src/nfsclient/preinstall.am
@@ -33,6 +33,10 @@ $(PROJECT_LIB)/dirutils.rel: dirutils.rel $(PROJECT_LIB)/$(dirstamp)
TMPINSTALL_FILES += $(PROJECT_LIB)/dirutils.rel
if HAS_NETWORKING
+$(PROJECT_LIB)/libnfs.a: libnfs.a $(PROJECT_LIB)/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_LIB)/libnfs.a
+TMPINSTALL_FILES += $(PROJECT_LIB)/libnfs.a
+
$(PROJECT_INCLUDE)/librtemsNfs.h: src/librtemsNfs.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/librtemsNfs.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/librtemsNfs.h