From 620e82636b5fbe1bdbc2fddd59984f2eee82707b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 5 Feb 2001 18:26:26 +0000 Subject: 2001-02-03 Ralf Corsepius * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am, devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am, stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am: Apply include_*HEADERS instead of H_FILES. --- cpukit/libmisc/untar/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'cpukit/libmisc/untar/Makefile.am') diff --git a/cpukit/libmisc/untar/Makefile.am b/cpukit/libmisc/untar/Makefile.am index 94e989ccae..902df76e49 100644 --- a/cpukit/libmisc/untar/Makefile.am +++ b/cpukit/libmisc/untar/Makefile.am @@ -4,13 +4,15 @@ AUTOMAKE_OPTIONS = foreign 1.4 +include_rtemsdir = $(includedir)/rtems + LIBNAME = libuntar-tmp LIB = $(ARCH)/$(LIBNAME).a C_FILES = untar.c C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) -H_FILES = untar.h +include_rtems_HEADERS = untar.h OBJS = $(C_O_FILES) @@ -31,12 +33,12 @@ $(LIB): $(OBJS) $(make-library) PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ - $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) + $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) .PRECIOUS: $(LIB) -EXTRA_DIST = README untar.c untar.h +EXTRA_DIST = README untar.c include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3