X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2FMakefile.local;h=6d67a2a49291c0dc618062b78b0410ff9b87e532;hb=a1d139de4d92ae2cdee14d78bd2d66dc2c548714;hp=01cbb3f2821c8e0a1e0145192e2e3368b625d6c7;hpb=4c79a2dabe38ac72eb9eb21620f2ffca5f1885c6;p=notmuch diff --git a/lib/Makefile.local b/lib/Makefile.local index 01cbb3f2..6d67a2a4 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -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)