From 9eadce0a5a535e211fbf4d1ade1a0370fbfd2b1a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 18 Nov 2002 02:21:19 +0000 Subject: 2002-11-18 Ralf Corsepius * 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. --- cpukit/libnetworking/net/Makefile.am | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'cpukit/libnetworking/net/Makefile.am') diff --git a/cpukit/libnetworking/net/Makefile.am b/cpukit/libnetworking/net/Makefile.am index d79e88f234..f1d9d082d9 100644 --- a/cpukit/libnetworking/net/Makefile.am +++ b/cpukit/libnetworking/net/Makefile.am @@ -34,17 +34,4 @@ all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS) $(LIB) EXTRA_DIST = if.c if_ethersubr.c if_loop.c radix.c raw_cb.c raw_usrreq.c \ route.c rtsock.c -include_net_HEADERS = bpf.h ethernet.h if.h if_arp.h if_dl.h if_llc.h if_ppp.h \ - if_types.h netisr.h ppp-comp.h ppp_defs.h radix.h raw_cb.h route.h \ - if_pppvar.h pppcompress.h - -PREINSTALL_FILES = $(PROJECT_INCLUDE)/net \ - $(include_net_HEADERS:%=$(PROJECT_INCLUDE)/net/%) - -$(PROJECT_INCLUDE)/net: - @$(mkinstalldirs) $@ - -$(PROJECT_INCLUDE)/net/%.h: %.h - $(INSTALL_DATA) $< $@ - include $(top_srcdir)/../automake/local.am -- cgit v1.2.3