X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=436dacfc4c6318e76f076c007771afe34153f52f;hb=e8c9c3e6a534fc6c2919c2c1de63cea7250eb488;hp=19b51491e1154bc33c61173d03effdfdb51d20c0;hpb=5f5e9b8662d562a3d8bd9ab7144fc1fead1c3d22;p=notmuch 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 $@