aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.am
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2008-07-11 16:18:32 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2008-07-11 16:18:32 +0000
commitef392003fc7dcd6c49ae9de10ee291161f7a5a6f (patch)
treeb10336db20ca840309340d05cf195f333ac54730 /wsutil/Makefile.am
parentad684a9b044e1b553823bcd0a5f84e196665150c (diff)
unicode-utils.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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25704 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wsutil/Makefile.am')
-rw-r--r--wsutil/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/wsutil/Makefile.am b/wsutil/Makefile.am
index 08944cc917..661c535515 100644
--- a/wsutil/Makefile.am
+++ b/wsutil/Makefile.am
@@ -42,7 +42,9 @@ EXTRA_DIST = \
Makefile.common \
Makefile.nmake \
file_util.c \
- file_util.h
+ file_util.h \
+ unicode-utils.c \
+ unicode-utils.h
CLEANFILES = \
libwsutil.a \
@@ -55,4 +57,4 @@ MAINTAINERCLEANFILES = \
checkapi:
$(PERL) ../tools/checkAPIs.pl -g abort -g termoutput \
$(LIBWSUTIL_SRC)
-# file_util.c
+# file_util.c unicode-utils.c