Commit 6e39dbc1 authored by Jean-Paul Saman's avatar Jean-Paul Saman

make [22865] conditinonal for MacOS X only

parent 4909b906
......@@ -260,7 +260,10 @@ bin_PROGRAMS = vlc
vlc_SOURCES = src/vlc.c
# Ugly kludge so that automake defines $(CXXLINK)
EXTRA_vlc_SOURCES = extras/zsh.cpp src/misc/darwin_specific.m
EXTRA_vlc_SOURCES = extras/zsh.cpp
#if HAVE_DARWIN
EXTRA_vlc_SOURCES += src/misc/darwin_specific.m
#endif
# Work around a bug in the arm-wince-pe linker
if HAVE_WINCE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment