summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-06 15:27:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-06 15:27:55 +0000
commit03e3f92aa43425ff1b30171572f5084e78995301 (patch)
tree11dab1374718754eec5b8eb301e1af9c4b25e046 /cpukit/libcsupport/Makefile.am
parentUpdate. (diff)
downloadrtems-03e3f92aa43425ff1b30171572f5084e78995301.tar.bz2
2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/Makefile.am: * libcsupport/src/isatty_r.c: New file.
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index 9d59167e65..d9418100ef 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -97,7 +97,7 @@ PASSWORD_GROUP_C_FILES = src/getpwent.c
TERMINAL_IDENTIFICATION_C_FILES = src/ctermid.c
## 20 Nov 2008: Now using these from newlib's posix directory
-TERMINAL_IDENTIFICATION_C_FILES += src/isatty.c
+TERMINAL_IDENTIFICATION_C_FILES += src/isatty.c src/isatty_r.c
## Comment out when using these from newlib's unix directory
TERMINAL_IDENTIFICATION_C_FILES += src/ttyname.c