]> git.notmuchmail.org Git - notmuch/blobdiff - lib/Makefile.local
CLI: set NOTMUCH_CONFIG in hooks.
[notmuch] / lib / Makefile.local
index 01cbb3f2821c8e0a1e0145192e2e3368b625d6c7..6d67a2a49291c0dc618062b78b0410ff9b87e532 100644 (file)
@@ -62,7 +62,10 @@ libnotmuch_cxx_srcs =                \
        $(dir)/thread-fp.cc     \
        $(dir)/features.cc      \
        $(dir)/prefix.cc        \
-       $(dir)/open.cc
+       $(dir)/open.cc          \
+       $(dir)/init.cc          \
+       $(dir)/parse-sexp.cc    \
+       $(dir)/sexp-fp.cc
 
 libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)