summaryrefslogtreecommitdiffstats
path: root/c/src/lib/include/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-06-18 15:12:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-06-18 15:12:27 +0000
commitecc9737f40b0b1ed30ef4d02c9450b3da23c608b (patch)
treece092db5f9d51d3c45f74195021f36b5faf3b966 /c/src/lib/include/Makefile.in
parentCorrected compilation problems. (diff)
downloadrtems-ecc9737f40b0b1ed30ef4d02c9450b3da23c608b.tar.bz2
Added a public interface to the chain handler.
Diffstat (limited to '')
-rw-r--r--c/src/lib/include/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/include/Makefile.in b/c/src/lib/include/Makefile.in
index 690a369d56..e6bf04b675 100644
--- a/c/src/lib/include/Makefile.in
+++ b/c/src/lib/include/Makefile.in
@@ -8,7 +8,7 @@ VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@
-H_PIECES=console clockdrv iosupp ringbuf \
+H_PIECES=chain console clockdrv iosupp ringbuf \
spurious timerdrv vmeintr
H_FILES=$(H_PIECES:%=$(srcdir)/%.h)