Commit d42dce7b authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Remove avconfig.h and INCINSTDIRs on uninstall.

parent af2f7970
......@@ -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))
......
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