summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/nfs
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-18 02:21:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-18 02:21:19 +0000
commit9eadce0a5a535e211fbf4d1ade1a0370fbfd2b1a (patch)
tree7e054a09f7a41bd0e0185aefaf74c40c35aa38e3 /cpukit/libnetworking/nfs
parent2002-11-14 Greg Menke <gregory.menke@gsfc.nasa.gov> (diff)
downloadrtems-9eadce0a5a535e211fbf4d1ade1a0370fbfd2b1a.tar.bz2
2002-11-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in HEADER-handling from net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am. * net/Makefile.am: Remove *_HEADERS. * netinet/Makefile.am: Remove *_HEADERS. * nfs/Makefile.am: Remove *_HEADERS.
Diffstat (limited to 'cpukit/libnetworking/nfs')
-rw-r--r--cpukit/libnetworking/nfs/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/cpukit/libnetworking/nfs/Makefile.am b/cpukit/libnetworking/nfs/Makefile.am
index bcec4c8f95..7adcdb613b 100644
--- a/cpukit/libnetworking/nfs/Makefile.am
+++ b/cpukit/libnetworking/nfs/Makefile.am
@@ -2,8 +2,6 @@
## $Id$
##
-include_nfsdir = $(includedir)/nfs
-
LIB = $(ARCH)/lib.a
C_FILES = bootp_subr.c
@@ -31,15 +29,4 @@ all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS) $(LIB)
EXTRA_DIST = bootp_subr.c
-include_nfs_HEADERS = krpc.h nfs.h nfsdiskless.h nfsproto.h rpcv2.h xdr_subs.h
-
-PREINSTALL_FILES = $(PROJECT_INCLUDE)/nfs \
- $(include_nfs_HEADERS:%=$(PROJECT_INCLUDE)/nfs/%)
-
-$(PROJECT_INCLUDE)/nfs:
- @$(mkinstalldirs) $@
-
-$(PROJECT_INCLUDE)/nfs/%.h: %.h
- $(INSTALL_DATA) $< $@
-
include $(top_srcdir)/../automake/local.am