summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-25 19:35:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-25 19:35:53 +0000
commite2af631fef28c953a3d00c8de3958025c463c5f7 (patch)
tree7a1dcf567e9ea624f18e6ee87462d557861031ac /c/src/exec/libcsupport/src/Makefile.am
parent2000-11-25 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e2af631fef28c953a3d00c8de3958025c463c5f7.tar.bz2
2000-11-25 Antti P Miettinen <antti.p.miettinen@nokia.com>
* libc/termios.c, libc/termiostypes.h: Task driver driver model and line discipline support from Thomas Doerfler <Thomas.Doerfler@imd-systems.de>.
Diffstat (limited to 'c/src/exec/libcsupport/src/Makefile.am')
-rw-r--r--c/src/exec/libcsupport/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/libcsupport/src/Makefile.am b/c/src/exec/libcsupport/src/Makefile.am
index 717c2da633..d2bd6be202 100644
--- a/c/src/exec/libcsupport/src/Makefile.am
+++ b/c/src/exec/libcsupport/src/Makefile.am
@@ -81,6 +81,6 @@ $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
DOC_FILES = TODO CASES
EXTRA_DIST = $(DOC_FILES) $(COMMON_C_FILES) $(EMBEDDED_C_FILES) \
- $(UNIX_C_FILES)
+ $(UNIX_C_FILES) termiostypes.h
include $(top_srcdir)/../../../automake/local.am