]> git.sesse.net Git - vlc/commitdiff
Fix VLC.app target
authorRafaël Carré <funman@videolan.org>
Tue, 6 May 2008 18:23:03 +0000 (20:23 +0200)
committerRafaël Carré <funman@videolan.org>
Tue, 6 May 2008 18:23:03 +0000 (20:23 +0200)
Makefile.am

index 0ffc51501117238fbc47bd3747e88c38d60c5c5d..0c6031755ff552d3ebc39f3c1dcc1e001f1ef1e4 100644 (file)
@@ -634,7 +634,7 @@ VLC.app: vlc
                   $(top_builddir)/VLC.app/Contents/MacOS/VLC
        ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc
        $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules
-       find modules/ -name '*_plugin.$(LIBEXT)' | while read i; do \
+       find modules/ -name '*_plugin$(LIBEXT)' | while read i; do \
          if test -n "$$i" ; \
           then ln -sfn "`pwd`/$$i" \
                                   "$(top_builddir)/VLC.app/Contents/MacOS/modules" ; \