X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2FMakefile.local;h=cd92fc79d071066703726036ad55edb04d33da2b;hb=11fda0bf2fd74b227d15a2bb6b36a8ce6403c8e9;hp=b77e57803288cc622bf22b9c34fa511440ee62e9;hpb=c906da9f60639594fb9c6b9d133aca9c49b3f586;p=notmuch diff --git a/lib/Makefile.local b/lib/Makefile.local index b77e5780..cd92fc79 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -52,6 +52,7 @@ libnotmuch_cxx_srcs = \ $(dir)/query.cc \ $(dir)/query-fp.cc \ $(dir)/config.cc \ + $(dir)/regexp-fields.cc \ $(dir)/thread.cc libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)