From f3d7592e22f7b42e6461ebe43046b646c02f4367 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 5 Feb 2001 18:25:50 +0000 Subject: 2001-02-03 Ralf Corsepius * include/zilog/Makefile.am, include/Makefile.am, include/motorola/Makefile.am, include/sys/Makefile.am include/rtems/Makefile.am: Apply include_*HEADERS instead of H_FILES. --- c/src/lib/include/sys/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'c/src/lib/include/sys/Makefile.am') diff --git a/c/src/lib/include/sys/Makefile.am b/c/src/lib/include/sys/Makefile.am index a9e3912b84..70929555a9 100644 --- a/c/src/lib/include/sys/Makefile.am +++ b/c/src/lib/include/sys/Makefile.am @@ -4,6 +4,8 @@ AUTOMAKE_OPTIONS = foreign 1.4 +include_sysdir = $(includedir)/sys + if HAS_NETWORKING else NETWORKING_H_FILES += ioctl.h @@ -13,12 +15,13 @@ if NEWLIB NEWLIB_H_FILES += termios.h cdefs.h endif -H_FILES = ioccom.h ttycom.h utime.h $(NEWLIB_H_FILES) $(NETWORKING_H_FILES) +include_sys_HEADERS = ioccom.h ttycom.h utime.h \ + $(NEWLIB_H_FILES) $(NETWORKING_H_FILES) noinst_HEADERS = utime.h termios.h ioctl.h ioccom.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \ - $(H_FILES:%=$(PROJECT_INCLUDE)/sys/%) + $(include_sys_HEADERS:%=$(PROJECT_INCLUDE)/sys/%) $(PROJECT_INCLUDE)/sys: @$(mkinstalldirs) $@ -- cgit v1.2.3