aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-05-23 02:15:27 +0000
committerGuy Harris <guy@alum.mit.edu>2008-05-23 02:15:27 +0000
commitd6e94dafb32fa0c3ec17dc9162fce4b65458e5f6 (patch)
treef751334dde421c7fdf29c953c9c5257bb7a53dfd /wsutil/Makefile.common
parent4b87014937796bc83bd7da2b52bc0b3209df9218 (diff)
file_util.c is only for Windows; don't build it on UN*X. Put in a check
to cause it to fail when built on UN*X, and get rid of code that's not needed on Windows. svn path=/trunk/; revision=25362
Diffstat (limited to 'wsutil/Makefile.common')
-rw-r--r--wsutil/Makefile.common2
1 files changed, 0 insertions, 2 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index cde374581c..6684c8faad 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -29,10 +29,8 @@
# generated from YACC or Lex files (as Automake doesn't want them in
# _SOURCES variables).
LIBWSUTIL_SRC = \
- file_util.c \
mpeg-audio.c
# Header files that are not generated from other files
LIBWSUTIL_INCLUDES = \
- file_util.h \
mpeg-audio.h