forked from FFmpeg/FFmpeg
Remove avconfig.h and INCINSTDIRs on uninstall.
This commit is contained in:
parent
af2f797099
commit
d42dce7bb3
1 changed files with 2 additions and 2 deletions
|
@ -88,9 +88,9 @@ uninstall-libs::
|
|||
-$(RM) "$(LIBDIR)/$(LIBNAME)"
|
||||
|
||||
uninstall-headers::
|
||||
$(RM) $(addprefix "$(INCINSTDIR)/",$(HEADERS))
|
||||
$(RM) $(addprefix "$(INCINSTDIR)/",$(HEADERS)) $(addprefix "$(INCINSTDIR)/",$(BUILT_HEADERS))
|
||||
$(RM) "$(LIBDIR)/pkgconfig/lib$(NAME).pc"
|
||||
-rmdir "$(INCDIR)"
|
||||
-rmdir "$(INCINSTDIR)"
|
||||
endef
|
||||
|
||||
$(eval $(RULES))
|
||||
|
|
Loading…
Add table
Reference in a new issue