[vlc-commits] Fix build order and linking of the OS X plugin
Felix Paul Kühne
git at videolan.org
Wed Apr 23 14:29:45 CEST 2014
npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Apr 23 14:29:43 2014 +0200| [20011f9e4768859013804a2167ee17e0375e83b8] | committer: Felix Paul Kühne
Fix build order and linking of the OS X plugin
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=20011f9e4768859013804a2167ee17e0375e83b8
---
npapi/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/npapi/Makefile.am b/npapi/Makefile.am
index f993dda..c1ad927 100644
--- a/npapi/Makefile.am
+++ b/npapi/Makefile.am
@@ -112,7 +112,8 @@ endif
if HAVE_DARWIN
if FETCH_NPAPI
-$(npvlc_la_OBJECTS): npapi-sdk
+$(npvlc_la_OBJECTS): npapi-sdk libvlcplugin_objc.la
+$(libvlcplugin_objc_la_SOURCES): npapi-sdk
endif
# MacOS X
More information about the vlc-commits
mailing list