]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile
Makefile: Change default install prefix from /usr to /usr/local
[notmuch] / Makefile
index 19b51491e1154bc33c61173d03effdfdb51d20c0..436dacfc4c6318e76f076c007771afe34153f52f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,9 @@ override LDFLAGS += `pkg-config --libs glib-2.0 gmime-2.4 talloc` \
 include Makefile.local
 include lib/Makefile.local
 
+# And get user settings from the output of configure
+include Makefile.config
+
 %.o: %.cc
        $(CXX) -c $(CFLAGS) $(CXXFLAGS) $< -o $@