X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=lib%2FMakefile.local;h=1378a74b431ef940f4341e251a3ba47fa686833e;hp=e2d4b91dcaf2add44978fa28ed49dbadcbf8eaa3;hb=be7e83de96b706af418fc9f139ded4d50bf342f6;hpb=9ae4188610dc21101fe9bdeb158854fc7c63463e diff --git a/lib/Makefile.local b/lib/Makefile.local index e2d4b91d..1378a74b 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -63,7 +63,8 @@ libnotmuch_cxx_srcs = \ $(dir)/features.cc \ $(dir)/prefix.cc \ $(dir)/open.cc \ - $(dir)/init.cc + $(dir)/init.cc \ + $(dir)/parse-sexp.cc libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)