X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2FMakefile.local;h=1378a74b431ef940f4341e251a3ba47fa686833e;hb=cc180507b03d9826c92d48ee91dbd9bb5f15cd56;hp=01cbb3f2821c8e0a1e0145192e2e3368b625d6c7;hpb=9d6f4641d17a6100cb8d96bc1e09d3d4999c34f3;p=notmuch diff --git a/lib/Makefile.local b/lib/Makefile.local index 01cbb3f2..1378a74b 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -62,7 +62,9 @@ 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 libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)