Skip to content
Snippets Groups Projects
Commit d42dce7b authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos
Browse files

Remove avconfig.h and INCINSTDIRs on uninstall.

parent af2f7970
No related branches found
No related tags found
No related merge requests found
...@@ -88,9 +88,9 @@ uninstall-libs:: ...@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment