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