]> git.sesse.net Git - vlc/commitdiff
Deletes vlc's aliases upon make uninstall (refs #231)
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 25 Jun 2005 05:39:06 +0000 (05:39 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 25 Jun 2005 05:39:06 +0000 (05:39 +0000)
Makefile.am

index 20e0b1aed75f238f504d546eaeae50345abd3821..eff37f2629ce5c85c58f649b9e2e38e7bb3c3bde 100644 (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