]> git.notmuchmail.org Git - notmuch/blobdiff - lib/Makefile.local
perf-test/mem: add simple memory tests for notmuch search
[notmuch] / lib / Makefile.local
index 3d1030a567404bc88ad1f887f5c452240dcecfba..cd92fc79d071066703726036ad55edb04d33da2b 100644 (file)
@@ -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           \
@@ -53,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)