Browse Source

Fix uninstall-vhook, SLIBSUF was being left out.

Originally committed as revision 10842 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
ef59bf60c0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -194,7 +194,7 @@ uninstall-man:
rm -f $(addprefix $(MANDIR)/man1/,$(ALLMANPAGES))

uninstall-vhook:
rm -f $(addprefix $(SHLIBDIR)/vhook/,$(ALLHOOKS))
rm -f $(addprefix $(SHLIBDIR)/,$(ALLHOOKS_SRCS:.c=$(SLIBSUF)))
-rmdir "$(SHLIBDIR)/vhook/"

uninstall-libs:


Loading…
Cancel
Save