From: Rafaël Carré Date: Tue, 6 May 2008 18:23:03 +0000 (+0200) Subject: Fix VLC.app target X-Git-Tag: 0.9.0-test0~1114 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=40df45bfbfe0b6e6ce983bb56e134f0d2f621a46;p=vlc Fix VLC.app target --- diff --git a/Makefile.am b/Makefile.am index 0ffc515011..0c6031755f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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" ; \