summaryrefslogtreecommitdiffstats
path: root/c/src/lib/include/rtems/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-30 14:00:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-30 14:00:39 +0000
commit88d7985260801c791429ca6bc0d8834ef2a585ff (patch)
tree01af441bc1c96a1d63ff062eb0ab85f3c2aa3426 /c/src/lib/include/rtems/Makefile.am
parent2000-11-30 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-88d7985260801c791429ca6bc0d8834ef2a585ff.tar.bz2
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* include/rtems/Makefile.am: Added termiostypes.h. * libc/Makefile.am: Removed termiostypes.h. * libc/termios.c: Changed include of "termiostypes.h" to <rtems/termiostypes.h> since that is an RTEMS specific header file.
Diffstat (limited to '')
-rw-r--r--c/src/lib/include/rtems/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/include/rtems/Makefile.am b/c/src/lib/include/rtems/Makefile.am
index 1b54a93c86..e8f8df896c 100644
--- a/c/src/lib/include/rtems/Makefile.am
+++ b/c/src/lib/include/rtems/Makefile.am
@@ -4,7 +4,7 @@
AUTOMAKE_OPTIONS = foreign 1.4
-H_FILES = assoc.h error.h libcsupport.h libio.h libio_.h
+H_FILES = assoc.h error.h libcsupport.h libio.h libio_.h termiostypes.h
noinst_HEADERS = $(H_FILES)