Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/Makefile.am')
-rw-r--r--newlib/libc/stdio/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/stdio/Makefile.am b/newlib/libc/stdio/Makefile.am
index 234da49b6..8461d4ace 100644
--- a/newlib/libc/stdio/Makefile.am
+++ b/newlib/libc/stdio/Makefile.am
@@ -36,6 +36,7 @@ lib_a_SOURCES = \
getc.c \
getchar.c \
gets.c \
+ getw.c \
iprintf.c \
makebuf.c \
mktemp.c \
@@ -44,6 +45,7 @@ lib_a_SOURCES = \
putc.c \
putchar.c \
puts.c \
+ putw.c \
refill.c \
remove.c \
rename.c \
@@ -97,12 +99,14 @@ CHEWOUT_FILES = \
getc.def \
getchar.def \
gets.def \
+ getw.def \
iprintf.def \
mktemp.def \
perror.def \
putc.def \
putchar.def \
puts.def \
+ putw.def \
remove.def \
rename.def \
rewind.def \