summaryrefslogtreecommitdiffstats
path: root/c/src/lib/include/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-04-16 20:22:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-04-16 20:22:12 +0000
commitd6a2d7eeb1883376fc58060b324341553a0ec252 (patch)
tree69a64ae70b1b95c217760403cc804c814c182bf4 /c/src/lib/include/Makefile.am
parent2001-04-11 Eric Valette <valette@crf.canon.fr> (diff)
downloadrtems-d6a2d7eeb1883376fc58060b324341553a0ec252.tar.bz2
2001-04-16 Joel Sherrill <joel@OARcorp.com>
* include/rtc.h: New file. * include/Makefile.am: Updated to reflect above.
Diffstat (limited to 'c/src/lib/include/Makefile.am')
-rw-r--r--c/src/lib/include/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/include/Makefile.am b/c/src/lib/include/Makefile.am
index 8f1ddedc91..0920ef5255 100644
--- a/c/src/lib/include/Makefile.am
+++ b/c/src/lib/include/Makefile.am
@@ -4,8 +4,8 @@
AUTOMAKE_OPTIONS = foreign 1.4
-include_HEADERS = bspIo.h chain.h console.h clockdrv.h iosupp.h ringbuf.h spurious.h \
- timerdrv.h vmeintr.h
+include_HEADERS = bspIo.h chain.h console.h clockdrv.h iosupp.h ringbuf.h rtc.h \
+ spurious.h timerdrv.h vmeintr.h
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)