1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

Install .libs/vlc instead of libtool script vlc.

This commit is contained in:
Jean-Paul Saman 2007-12-03 10:05:39 +00:00
parent cb0d1eceb4
commit 17e8348c0a

View File

@ -316,6 +316,7 @@ install-exec-local: install-binPROGRAMS
rm -f "$(DESTDIR)$(bindir)/$$i" && \
ln -sf "$${inst}" "$(DESTDIR)$(bindir)/$$i" ; \
fi ; done
$(INSTALL) $(top_builddir)/.libs/vlc ${DESTDIR}${bindir}/vlc;
# the opposite of install-{data,exec}-local
uninstall-local: