X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=inline;f=lib%2FMakefile.local;fp=lib%2FMakefile.local;h=76b57cb2c8f4f2ff2c0118428ff7cc75b35963a6;hb=3458e3c89c1224d3e2dff7230780589ee3ee4c70;hp=36c392434d76ffbed265b0d5cfe4873c6c677e99;hpb=7e6e23c36e290d4b22b0449766a6ef2107f1ef6c;p=notmuch diff --git a/lib/Makefile.local b/lib/Makefile.local index 36c39243..76b57cb2 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -49,6 +49,7 @@ libnotmuch_cxx_srcs = \ $(dir)/index.cc \ $(dir)/message.cc \ $(dir)/query.cc \ + $(dir)/config.cc \ $(dir)/thread.cc libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)