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/rtems/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/lib/include/rtems/Makefile.am') diff --git a/c/src/lib/include/rtems/Makefile.am b/c/src/lib/include/rtems/Makefile.am index e8f8df896c..71435cfbc3 100644 --- a/c/src/lib/include/rtems/Makefile.am +++ b/c/src/lib/include/rtems/Makefile.am @@ -4,12 +4,12 @@ AUTOMAKE_OPTIONS = foreign 1.4 -H_FILES = assoc.h error.h libcsupport.h libio.h libio_.h termiostypes.h +include_rtemsdir = $(includedir)/rtems -noinst_HEADERS = $(H_FILES) +include_rtems_HEADERS = assoc.h error.h libcsupport.h libio.h libio_.h termiostypes.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ - $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) + $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) $(PROJECT_INCLUDE)/rtems: @$(mkinstalldirs) $@ -- cgit v1.2.3