]> git.cworth.org Git - notmuch/blobdiff - lib/Makefile.local
Makefile: Create include directory when installing headers
[notmuch] / lib / Makefile.local
index 0fd843a14296e74700ee8a6351c2431bd2f98368..85b010e6f12de1848e22f63dfb6eb541a88aaddf 100644 (file)
@@ -54,6 +54,7 @@ install-$(dir):
        $(call quiet_install_data, $(dir)/$(LIBNAME) $(DESTDIR)$(libdir)/)
        $(call quiet_symlink, $(LIBNAME) $(DESTDIR)$(libdir)/$(SONAME))
        $(call quiet_symlink, $(LIBNAME) $(DESTDIR)$(libdir)/$(LINKER_NAME))
+       $(call quiet_mkdir, $(DESTDIR)$(prefix)/include/)
        $(call quiet_install_data, $(dir)/notmuch.h $(DESTDIR)$(prefix)/include/)
 
 SRCS  := $(SRCS) $(libnotmuch_c_srcs) $(libnotmuch_cxx_srcs)