Browse Source

Remove avconfig.h and INCINSTDIRs on uninstall.

tags/n0.8
Carl Eugen Hoyos 14 years ago
parent
commit
d42dce7bb3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      subdir.mak

+ 2
- 2
subdir.mak View File

@@ -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…
Cancel
Save