From: Rafaël Carré Date: Sat, 10 May 2008 12:41:01 +0000 (+0200) Subject: Fix compilation on != darwin, beos, win32, linux X-Git-Tag: 0.9.0-test0~1000 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=862c17fa7fe53fe962ccbd20238ea8ecc774c4fc;p=vlc Fix compilation on != darwin, beos, win32, linux Fix [3e1fea390e453b25f50d1e4308b80a4a962b8564] --- diff --git a/src/Makefile.am b/src/Makefile.am index b2a16ee5be..a01b510e43 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -223,6 +223,8 @@ libvlc_la_SOURCES += $(SOURCES_libvlc_win32) else if HAVE_WINCE libvlc_la_SOURCES += $(SOURCES_libvlc_win32) +else +libvlc_la_SOURCES += $(SOURCES_libvlc_other) endif endif endif