From e51bd967cda1989d606b5b6178ed6d2c8d151707 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 28 Feb 2002 20:39:54 +0000 Subject: 2002-02-28 Joel Sherrill * Submitted by Victor V. Vengerov and merged into the RTEMS source. * ChangeLog, Makefile.am, README, configure.ac, include/Makefile.am, include/rtems/bdbuf.h, include/rtems/blkdev.h, include/rtems/diskdevs.h, include/rtems/ramdisk.h, include/rtems/.cvsignore, include/.cvsignore, src/Makefile.am, src/bdbuf.c, src/blkdev.c, src/diskdevs.c, src/ramdisk.c, src/.cvsignore, .cvsignore: New files. --- cpukit/libblock/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cpukit/libblock/Makefile.am (limited to 'cpukit/libblock/Makefile.am') diff --git a/cpukit/libblock/Makefile.am b/cpukit/libblock/Makefile.am new file mode 100644 index 0000000000..970205bc1f --- /dev/null +++ b/cpukit/libblock/Makefile.am @@ -0,0 +1,13 @@ +## +## $Id$ +## + +AUTOMAKE_OPTIONS = foreign 1.4 +ACLOCAL_AMFLAGS = -I ../../../aclocal + +SUBDIRS = include src + +EXTRA_DIST = README + +include $(top_srcdir)/../../../automake/subdirs.am +include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3