summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/Makefile.am
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2007-12-14 04:58:04 +0000
committerChris Johns <chrisj@rtems.org>2007-12-14 04:58:04 +0000
commit3c68c6c8b7315de6ff3454242130a643502df53c (patch)
tree1df90742044a83d6de8c2f7ab388546013812dbc /cpukit/libblock/Makefile.am
parent2007-12-14 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-3c68c6c8b7315de6ff3454242130a643502df53c.tar.bz2
2007-12-12 Chris Johns <chrisj@rtems.org>
* Makefile.am, preinstall.am: Added libblock/include/rtems/flashdisk.h to the installed header list. * libblock/Makefile.am: Add flashdisk.c to the files to build. * libblock/include/rtems/flashdisk.h, libblock/src/flashdisk.c: New.
Diffstat (limited to 'cpukit/libblock/Makefile.am')
-rw-r--r--cpukit/libblock/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/libblock/Makefile.am b/cpukit/libblock/Makefile.am
index 5f88af25b0..7124d48e16 100644
--- a/cpukit/libblock/Makefile.am
+++ b/cpukit/libblock/Makefile.am
@@ -7,11 +7,11 @@ include $(top_srcdir)/automake/compile.am
if !UNIX
noinst_LIBRARIES = libblock.a
-libblock_a_SOURCES = src/bdbuf.c src/blkdev.c src/diskdevs.c src/ramdisk.c \
- src/ide_part_table.c src/show_bdbuf.c \
+libblock_a_SOURCES = src/bdbuf.c src/blkdev.c src/diskdevs.c src/flashdisk.c \
+ src/ramdisk.c src/ide_part_table.c src/show_bdbuf.c \
include/rtems/bdbuf.h include/rtems/blkdev.h \
- include/rtems/diskdevs.h include/rtems/ramdisk.h \
- include/rtems/ide_part_table.h
+ include/rtems/diskdevs.h include/rtems/flashdisk.h \
+ include/rtems/ramdisk.h include/rtems/ide_part_table.h
endif
include $(top_srcdir)/automake/local.am