X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2FMakefile.local;h=01cbb3f2821c8e0a1e0145192e2e3368b625d6c7;hb=4c79a2dabe38ac72eb9eb21620f2ffca5f1885c6;hp=04418fa87cdbff32f753d2848d9ac31988dbbf2b;hpb=e34e2a68b62b50cc40e695d1a2690a7de382bba6;p=notmuch diff --git a/lib/Makefile.local b/lib/Makefile.local index 04418fa8..01cbb3f2 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -60,7 +60,9 @@ libnotmuch_cxx_srcs = \ $(dir)/regexp-fields.cc \ $(dir)/thread.cc \ $(dir)/thread-fp.cc \ - $(dir)/features.cc + $(dir)/features.cc \ + $(dir)/prefix.cc \ + $(dir)/open.cc libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)