mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-22 23:33:11 +00:00
Remove avconfig.h and INCINSTDIRs on uninstall.
This commit is contained in:
parent
af2f797099
commit
d42dce7bb3
@ -88,9 +88,9 @@ uninstall-libs::
|
|||||||
-$(RM) "$(LIBDIR)/$(LIBNAME)"
|
-$(RM) "$(LIBDIR)/$(LIBNAME)"
|
||||||
|
|
||||||
uninstall-headers::
|
uninstall-headers::
|
||||||
$(RM) $(addprefix "$(INCINSTDIR)/",$(HEADERS))
|
$(RM) $(addprefix "$(INCINSTDIR)/",$(HEADERS)) $(addprefix "$(INCINSTDIR)/",$(BUILT_HEADERS))
|
||||||
$(RM) "$(LIBDIR)/pkgconfig/lib$(NAME).pc"
|
$(RM) "$(LIBDIR)/pkgconfig/lib$(NAME).pc"
|
||||||
-rmdir "$(INCDIR)"
|
-rmdir "$(INCINSTDIR)"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(RULES))
|
$(eval $(RULES))
|
||||||
|
Loading…
Reference in New Issue
Block a user