X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2FMakefile.local;h=beb963582fe5053fff730fd7a225af4d47bc03dd;hb=5e438d95c4671844cf4fddbd16c5744f41cda85c;hp=36c392434d76ffbed265b0d5cfe4873c6c677e99;hpb=792bea5aff135107fd970f51f3ef8c65f68194de;p=notmuch diff --git a/lib/Makefile.local b/lib/Makefile.local index 36c39243..beb96358 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -49,6 +49,8 @@ libnotmuch_cxx_srcs = \ $(dir)/index.cc \ $(dir)/message.cc \ $(dir)/query.cc \ + $(dir)/query-fp.cc \ + $(dir)/config.cc \ $(dir)/thread.cc libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)