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 e7d4fea21..b7eaab8e4 100644
--- a/newlib/libc/stdio/Makefile.am
+++ b/newlib/libc/stdio/Makefile.am
@@ -35,6 +35,8 @@ LIB_SOURCES = \
getchar.c \
getc_u.c \
getchar_u.c \
+ getdelim.c \
+ getline.c \
gets.c \
getw.c \
iprintf.c \
@@ -129,6 +131,8 @@ CHEWOUT_FILES = \
getchar.def \
getc_u.def \
getchar_u.def \
+ getdelim.def \
+ getline.def \
gets.def \
getw.def \
iprintf.def \