]> git.sesse.net Git - vlc/commitdiff
am: Use plugins/ for VLC.app.
authorPierre d'Herbemont <pdherbemont@free.fr>
Thu, 4 Mar 2010 18:24:47 +0000 (19:24 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Thu, 4 Mar 2010 18:35:04 +0000 (19:35 +0100)
Makefile.am

index ce606f1be9d297d4c831dc45597d643d85ec51ff..08ac51d15478966bed4b4335e47969ff506029b0 100644 (file)
@@ -643,7 +643,7 @@ VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.lib
        touch $(top_builddir)/VLC.app/Contents/MacOS/VLC
        chmod +x $(top_builddir)/VLC.app/Contents/MacOS/VLC
        $(INSTALL) $(top_builddir)/bin/.libs/vlc $(top_builddir)/VLC.app/Contents/MacOS/VLC
-       ln -sf ../../../modules $(top_builddir)/VLC.app/Contents/MacOS/modules
+       ln -sf ../../../modules $(top_builddir)/VLC.app/Contents/MacOS/plugins
        install -d $(top_builddir)/VLC.app/Contents/MacOS/share
        for i in `ls $(srcdir)/share`; do \
           ln -sf `pwd`/$(srcdir)/share/$$i $(top_builddir)/VLC.app/Contents/MacOS/share/; \