Commit 17e8348c authored by Jean-Paul Saman's avatar Jean-Paul Saman

Install .libs/vlc instead of libtool script vlc.

parent cb0d1ece
......@@ -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:
......
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