]> git.sesse.net Git - vlc/commitdiff
Blind attempt at fixing a predicted link error on WinCE.
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 13 Feb 2012 22:01:23 +0000 (23:01 +0100)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 13 Feb 2012 22:01:23 +0000 (23:01 +0100)
modules/lua/Modules.am

index bf1d7df0869b9922387719f66743ce585534862e..a96b03f45416b58fa3eacb9719267a2132c76c13 100644 (file)
@@ -39,6 +39,10 @@ SOURCES_lua = \
 
 if HAVE_WIN32
 SOURCES_lua += libs/win.c
+else
+if HAVE_WINCE
+SOURCES_lua += libs/win.c
+endif
 endif
 
 libvlc_LTLIBRARIES += liblua_plugin.la