X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2FMakefile.local;h=cd92fc79d071066703726036ad55edb04d33da2b;hb=13a59c4a8fc4ee418424e0b7ee4c8bbd5aae5da2;hp=b13513a21af2f0a00317c66f8cc014d67435a141;hpb=8b03ee1d5a310f82718281362d105ff09e30148f;p=notmuch diff --git a/lib/Makefile.local b/lib/Makefile.local index b13513a2..cd92fc79 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -35,7 +35,6 @@ libnotmuch_c_srcs = \ $(notmuch_compat_srcs) \ $(dir)/filenames.c \ $(dir)/string-list.c \ - $(dir)/libsha1.c \ $(dir)/message-file.c \ $(dir)/messages.c \ $(dir)/sha1.c \ @@ -49,9 +48,11 @@ libnotmuch_cxx_srcs = \ $(dir)/directory.cc \ $(dir)/index.cc \ $(dir)/message.cc \ + $(dir)/message-property.cc \ $(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)