From 9909f34c49f79632b622eea7a35c08b20df42650 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 18 Jun 2002 12:36:40 +0000 Subject: 2002-06-18 Ralf Corsepius * Makefile.am: Merge-in include/Makefile.am. * include/Makefile.am: Remove. * configure.ac: Reflect changes above. --- c/src/exec/libblock/include/Makefile.am | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 c/src/exec/libblock/include/Makefile.am (limited to 'c/src/exec/libblock/include') diff --git a/c/src/exec/libblock/include/Makefile.am b/c/src/exec/libblock/include/Makefile.am deleted file mode 100644 index 723f5907c0..0000000000 --- a/c/src/exec/libblock/include/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -## -## $Id$ -## - - -include_rtemsdir = $(includedir)/rtems - -$(PROJECT_INCLUDE)/%.h: %.h - $(INSTALL_DATA) $< $@ - -$(PROJECT_INCLUDE)/rtems: - @$(mkinstalldirs) $@ - -include_rtems_HEADERS = \ - rtems/bdbuf.h rtems/blkdev.h rtems/diskdevs.h rtems/ramdisk.h - -PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ - $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%) - -all-local: $(PREINSTALL_FILES) - -include $(top_srcdir)/../automake/local.am -- cgit v1.2.3