From 890f07cb8310463a56fd1a642d378ae98ea7913f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 5 Feb 2001 18:31:28 +0000 Subject: 2001-02-03 Ralf Corsepius * include/Makefile.am, include/rtems/posix/Makefile.am, include/sys/Makefile.am, inline/rtems/posix/Makefile.am, macros/rtems/posix/Makefile.am: Apply include_*HEADERS instead of H_FILES. --- c/src/exec/posix/macros/rtems/posix/Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'c/src/exec/posix/macros/rtems') diff --git a/c/src/exec/posix/macros/rtems/posix/Makefile.am b/c/src/exec/posix/macros/rtems/posix/Makefile.am index e28b13e53c..a2ba29d25d 100644 --- a/c/src/exec/posix/macros/rtems/posix/Makefile.am +++ b/c/src/exec/posix/macros/rtems/posix/Makefile.am @@ -4,14 +4,16 @@ AUTOMAKE_OPTIONS = foreign 1.4 -if MACROS +include_rtems_posixdir = $(includedir)/rtems/posix + I_FILES = cond.inl intr.inl key.inl mqueue.inl mutex.inl priority.inl \ pthread.inl semaphore.inl timer.inl -noinst_HEADERS = $(I_FILES) +if MACROS +include_rtems_posix_HEADERS = $(I_FILES) PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix \ - $(I_FILES:%=$(PROJECT_INCLUDE)/rtems/posix/%) + $(include_rtems_posix_HEADERS:%=$(PROJECT_INCLUDE)/rtems/posix/%) $(PROJECT_INCLUDE)/rtems/posix: @$(mkinstalldirs) $@ @@ -21,4 +23,6 @@ endif all-local: $(PREINSTALL_FILES) +EXTRA_DIST = $(I_FILES) + include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3