Commit 229ddfb5 authored by diego's avatar diego

Fix uninstall-vhook, SLIBSUF was being left out.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10842 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 479476c6
......@@ -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