]> git.notmuchmail.org Git - notmuch/blobdiff - lib/Makefile.local
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / lib / Makefile.local
index 1378a74b431ef940f4341e251a3ba47fa686833e..4e7663056b57ba3e2599368f1e12b2b381d20f08 100644 (file)
@@ -64,7 +64,9 @@ libnotmuch_cxx_srcs =         \
        $(dir)/prefix.cc        \
        $(dir)/open.cc          \
        $(dir)/init.cc          \
-       $(dir)/parse-sexp.cc
+       $(dir)/parse-sexp.cc    \
+       $(dir)/sexp-fp.cc       \
+       $(dir)/lastmod-fp.cc
 
 libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)