]> git.sesse.net Git - vlc/commitdiff
* forwardport [17800]
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 16 Nov 2006 00:58:47 +0000 (00:58 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 16 Nov 2006 00:58:47 +0000 (00:58 +0000)
  Before creating symlinks, make sure the actual binaries are installed. patch by Diego Petteno

Makefile.am

index dd6347a817253c357639857fafad342c2e4ddc62..d6fe2ffe4ef1342b0bcef1896f6b226c9f76118a 100644 (file)
@@ -351,7 +351,7 @@ vlc-bundle: vlc
 endif
 
 # Install the symlinks
-install-exec-local:
+install-exec-local: install-binPROGRAMS
        for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
          rm -f "$(DESTDIR)$(bindir)/$$i" && \
          ln -sf vlc "$(DESTDIR)$(bindir)/$$i" ; \