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