aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2008-07-11 16:18:32 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2008-07-11 16:18:32 +0000
commit2cd9755e81f98a8de24239f3aedca6dde324709c (patch)
treeb10336db20ca840309340d05cf195f333ac54730 /wsutil/Makefile.common
parent77c287a58c41487bfb9ec3e8637efc323fbef895 (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. svn path=/trunk/; revision=25704
Diffstat (limited to 'wsutil/Makefile.common')
-rw-r--r--wsutil/Makefile.common6
1 files changed, 2 insertions, 4 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index df0c87d6e0..284e62eee6 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -30,11 +30,9 @@
# _SOURCES variables).
LIBWSUTIL_SRC = \
mpeg-audio.c \
- privileges.c \
- unicode-utils.c
+ privileges.c
# Header files that are not generated from other files
LIBWSUTIL_INCLUDES = \
mpeg-audio.h \
- privileges.h \
- unicode-utils.h
+ privileges.h