From e6d8fe4717c301925408786aee585fb96912e445 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 5 Feb 2001 18:36:27 +0000 Subject: 2001-02-03 Ralf Corsepius * Makefile.am, arpa/Makefile.am, machine/Makefile.am, net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am, rtems_webserver/Makefile.am, sys/Makefile.am, vm/Makefile.am: Apply include_*HEADERS instead of H_FILES. * include/Makefile.am: Remove. * Makefile.am: Add handling of *.h files. * configure.in: Remove include/Makefile. --- c/src/exec/libnetworking/machine/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'c/src/exec/libnetworking/machine/Makefile.am') diff --git a/c/src/exec/libnetworking/machine/Makefile.am b/c/src/exec/libnetworking/machine/Makefile.am index e703d0b82b..8dda8e015f 100644 --- a/c/src/exec/libnetworking/machine/Makefile.am +++ b/c/src/exec/libnetworking/machine/Makefile.am @@ -4,13 +4,13 @@ AUTOMAKE_OPTIONS = foreign 1.4 -H_FILES = conf.h cpu.h cpufunc.h endian.h in_cksum.h limits.h param.h \ - types.h vmparam.h +include_machinedir = $(includedir)/machine -noinst_HEADERS = $(H_FILES) +include_machine_HEADERS = conf.h cpu.h cpufunc.h endian.h in_cksum.h limits.h param.h \ + types.h vmparam.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine \ - $(H_FILES:%=$(PROJECT_INCLUDE)/machine/%) + $(include_machine_HEADERS:%=$(PROJECT_INCLUDE)/machine/%) $(PROJECT_INCLUDE)/machine: @$(mkinstalldirs) $@ -- cgit v1.2.3