summaryrefslogtreecommitdiff
path: root/wince/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'wince/Makefile.am')
-rw-r--r--wince/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/wince/Makefile.am b/wince/Makefile.am
deleted file mode 100644
index c19471ca..00000000
--- a/wince/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-
-noinst_LIBRARIES=libc_wince.a
-
-if WINDOWS_CE
-
-libc_wince_a_SOURCES = \
- libc_wince.h \
- env.c env.h \
- errno.c errno.h \
- fileops.c fileops.h
-
-else
-
-libc_wince_a_SOURCES = dummy.c
-
-endif
-