[vlc-commits] commit: Win32: fix breakage in Makefile (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Sun Jul 18 23:39:03 CEST 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jul 18 23:38:05 2010 +0200| [e55650d5397fe8c1faa1920c79e8d32cb0cb0512] | committer: Jean-Baptiste Kempf 

Win32: fix breakage in Makefile

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e55650d5397fe8c1faa1920c79e8d32cb0cb0512
---

 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 4db172d..8ea647f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -698,6 +698,7 @@ VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.lib
 destdir=$(prefix)
 win32_destdir=$(top_builddir)/vlc-$(VERSION)
 win32_debugdir=$(top_builddir)/symbols-$(VERSION)
+win32_lua_destdir=$(win32_destdir)/lua
 win32_xpi_destdir=$(win32_destdir)/vlc-plugin
 
 #Win-common is for win32 and wince



More information about the vlc-commits mailing list