Commit ef59bf60 authored by Diego Biurrun's avatar Diego Biurrun

Fix uninstall-vhook, SLIBSUF was being left out.

Originally committed as revision 10842 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 282db5fd
......@@ -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:
......
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