X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2FMakefile.local;fp=lib%2FMakefile.local;h=04418fa87cdbff32f753d2848d9ac31988dbbf2b;hp=a640012676d818a42490ebb93359121710f13aa0;hb=e34e2a68b62b50cc40e695d1a2690a7de382bba6;hpb=59488ee9298d4c29da206ec76fe66242f592caa4 diff --git a/lib/Makefile.local b/lib/Makefile.local index a6400126..04418fa8 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -59,7 +59,8 @@ libnotmuch_cxx_srcs = \ $(dir)/config.cc \ $(dir)/regexp-fields.cc \ $(dir)/thread.cc \ - $(dir)/thread-fp.cc + $(dir)/thread-fp.cc \ + $(dir)/features.cc libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)