Commit b2bc5fb8 authored by Damien Fouilleul's avatar Damien Fouilleul

Makefile.am: reverting [25187], my contribs were too old

parent 547e481b
...@@ -596,9 +596,6 @@ VLC.app: vlc ...@@ -596,9 +596,6 @@ VLC.app: vlc
$(INSTALL) $(top_builddir)/.libs/vlc \ $(INSTALL) $(top_builddir)/.libs/vlc \
$(top_builddir)/VLC.app/Contents/MacOS/VLC $(top_builddir)/VLC.app/Contents/MacOS/VLC
ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc
if test -d $(top_builddir)/extras/contrib/vlc-lib ; then \
ln -sfn `pwd`/$(srcdir)/extras/contrib/vlc-lib $(top_builddir)/VLC.app/Contents/MacOS/lib; \
fi
$(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules
for i in `$(VLC_CONFIG) --target plugin` ; do \ for i in `$(VLC_CONFIG) --target plugin` ; do \
if test -n "$$i" ; \ if test -n "$$i" ; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment