From 14e98e454e86d2322ecb6b9dc2364280cde4afbd Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 6 Apr 2010 12:41:54 -0700 Subject: configure: Add support for a --includedir option Very similar to the existing --libdir option. --- lib/Makefile.local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Makefile.local b/lib/Makefile.local index 03a458b..ed6b25f 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -66,8 +66,8 @@ install-$(dir): install -m0644 $(dir)/$(LIBNAME) $(DESTDIR)$(libdir)/ ln -sf $(LIBNAME) $(DESTDIR)$(libdir)/$(SONAME) ln -sf $(LIBNAME) $(DESTDIR)$(libdir)/$(LINKER_NAME) - mkdir -p $(DESTDIR)$(prefix)/include/ - install -m0644 $(dir)/notmuch.h $(DESTDIR)$(prefix)/include/ + mkdir -p $(DESTDIR)$(includedir) + install -m0644 $(dir)/notmuch.h $(DESTDIR)$(includedir)/ SRCS := $(SRCS) $(libnotmuch_c_srcs) $(libnotmuch_cxx_srcs) CLEAN := $(CLEAN) $(libnotmuch_modules) $(dir)/$(SONAME) $(dir)/$(LINKER_NAME) $(dir)$(LIBNAME) libnotmuch.a -- cgit v1.2.3