* support/Makefile.am: Add utime.c and sys-time.c to the build.
[mono.git] / support / Makefile.am
index 0b6cc241ac2709cd3f575aa120cebce65963a1b4..8b36de371d3280ae164aa56d912abcd594d12f24 100644 (file)
@@ -24,9 +24,11 @@ MPH_SOURCE = \
        sys-mount.c \
        sys-sendfile.c \
        sys-stat.c \
+       sys-time.c \
        sys-wait.c \
        time.c \
-       unistd.c
+       unistd.c \
+       utime.c
 
 if HAVE_ZLIB
 libMonoPosixHelper_la_SOURCES = \