X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2FMakefile.local;h=cd92fc79d071066703726036ad55edb04d33da2b;hp=b77e57803288cc622bf22b9c34fa511440ee62e9;hb=13a59c4a8fc4ee418424e0b7ee4c8bbd5aae5da2;hpb=e0e8586fc72763571f9eafeb831c7bc79a15273d 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)