Deletes vlc's aliases upon make uninstall (refs #231)

This commit is contained in:
Rémi Denis-Courmont 2005-06-25 05:39:06 +00:00
parent 7ead100b87
commit 8f7465c60e
1 changed files with 6 additions and 0 deletions

View File

@ -485,6 +485,12 @@ endif
ln -s vlc "$(DESTDIR)$(bindir)/$$i" ; \
fi ; done
# the opposite of install-{data,exec}-local
uninstall-local:
for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
rm -f "$(DESTDIR)$(bindir)/$$i" ; \
fi ; done
if HAVE_DARWIN
# Create the MacOS X app
vlc_app_DATA = VLC.app