]> git.notmuchmail.org Git - notmuch/blobdiff - lib/Makefile.local
debian: add xapian-tools for tests
[notmuch] / lib / Makefile.local
index a640012676d818a42490ebb93359121710f13aa0..01cbb3f2821c8e0a1e0145192e2e3368b625d6c7 100644 (file)
@@ -59,7 +59,10 @@ libnotmuch_cxx_srcs =                \
        $(dir)/config.cc        \
        $(dir)/regexp-fields.cc \
        $(dir)/thread.cc \
-       $(dir)/thread-fp.cc
+       $(dir)/thread-fp.cc     \
+       $(dir)/features.cc      \
+       $(dir)/prefix.cc        \
+       $(dir)/open.cc
 
 libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)