summaryrefslogtreecommitdiffstats
path: root/c/src/lib/include/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-04 18:17:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-04 18:17:41 +0000
commit29e1c006211b736ac27256f440cd7590831790c6 (patch)
tree7d0ddb563dbc76cd3172d6140cc38bee6474eeb4 /c/src/lib/include/Makefile.am
parent2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-29e1c006211b736ac27256f440cd7590831790c6.tar.bz2
2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libc/printk.c: Include rtems/bspIo.h instead of bspIo.h. * include/Makefile.am: Remove bspIo.h. * include/bspIo.h: Removed.
Diffstat (limited to 'c/src/lib/include/Makefile.am')
-rw-r--r--c/src/lib/include/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/include/Makefile.am b/c/src/lib/include/Makefile.am
index 2bb731f2ee..207f47127d 100644
--- a/c/src/lib/include/Makefile.am
+++ b/c/src/lib/include/Makefile.am
@@ -4,7 +4,7 @@
AUTOMAKE_OPTIONS = foreign 1.5
-include_HEADERS = bspIo.h chain.h console.h clockdrv.h iosupp.h ringbuf.h rtc.h \
+include_HEADERS = chain.h console.h clockdrv.h iosupp.h ringbuf.h rtc.h \
spurious.h timerdrv.h vmeintr.h
PREINSTALL_FILES = $(PROJECT_INCLUDE) \