]> git.sesse.net Git - vlc/blobdiff - Makefile.am
dvb module uses STRINGIFY()
[vlc] / 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" ; \