X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile;h=436dacfc4c6318e76f076c007771afe34153f52f;hp=19b51491e1154bc33c61173d03effdfdb51d20c0;hb=e12a6b91ac795fb6e930b810f6aca2939ca5900e;hpb=9c2d0714fe6bf7ed5d12b8fdde656a22915733ff diff --git a/Makefile b/Makefile index 19b51491..436dacfc 100644 --- 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 $@