From d6e94dafb32fa0c3ec17dc9162fce4b65458e5f6 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 23 May 2008 02:15:27 +0000 Subject: 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 --- wsutil/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'wsutil/Makefile.am') diff --git a/wsutil/Makefile.am b/wsutil/Makefile.am index ee8459f727..0db6f97601 100644 --- a/wsutil/Makefile.am +++ b/wsutil/Makefile.am @@ -39,8 +39,10 @@ libwsutil_la_SOURCES = \ libwsutil_la_LIBADD = @GLIB_LIBS@ EXTRA_DIST = \ - Makefile.common \ - Makefile.nmake + Makefile.common \ + Makefile.nmake \ + file_util.c \ + file_util.h CLEANFILES = \ libwsutil.a \ -- cgit v1.2.3