]> git.notmuchmail.org Git - notmuch/blobdiff - lib/Makefile.local
lib/parse-sexp: parse single terms and the empty list.
[notmuch] / lib / Makefile.local
index e2d4b91dcaf2add44978fa28ed49dbadcbf8eaa3..1378a74b431ef940f4341e251a3ba47fa686833e 100644 (file)
@@ -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)