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/time/Makefile.am')
-rw-r--r--newlib/libc/time/Makefile.am12
1 files changed, 9 insertions, 3 deletions
diff --git a/newlib/libc/time/Makefile.am b/newlib/libc/time/Makefile.am
index 3a7fbdb19..3735def7c 100644
--- a/newlib/libc/time/Makefile.am
+++ b/newlib/libc/time/Makefile.am
@@ -16,9 +16,13 @@ LIB_SOURCES = \
lcltime.c \
lcltime_r.c \
mktime.c \
+ mktm_r.c \
strftime.c \
- strptime.c \
- time.c
+ strptime.c \
+ time.c \
+ tzlock.c \
+ tzset.c \
+ tzset_r.c
libtime_la_LDFLAGS = -Xcompiler -nostdlib
@@ -43,7 +47,9 @@ CHEWOUT_FILES = \
lcltime.def \
mktime.def \
strftime.def \
- time.def
+ time.def \
+ tzlock.def \
+ tzset.def
SUFFIXES = .def