]> git.sesse.net Git - vlc/commitdiff
Fix compilation on != darwin, beos, win32, linux
authorRafaël Carré <funman@videolan.org>
Sat, 10 May 2008 12:41:01 +0000 (14:41 +0200)
committerRafaël Carré <funman@videolan.org>
Sat, 10 May 2008 12:41:01 +0000 (14:41 +0200)
Fix [3e1fea390e453b25f50d1e4308b80a4a962b8564]

src/Makefile.am

index b2a16ee5bec93ab255d2f9babcc6cccc8f5007f6..a01b510e434d66b22d5b05c570020071f84bdf68 100644 (file)
@@ -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