diff options
| author | David Bremner <david@tethera.net> | 2022-04-09 16:45:48 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-04-15 08:25:46 -0300 |
| commit | a1d139de4d92ae2cdee14d78bd2d66dc2c548714 (patch) | |
| tree | 582a0ed9787b4b05f8ae480ba40629768a6af442 /lib/Makefile.local | |
| parent | fc3bb11808d8e7d02265ddd08cbffa4ab9d712a2 (diff) | |
lib: add sexp: prefix to Xapian (infix) query parser.
This is analogous to the "infix" prefix provided by the s-expression
based query parser.
Diffstat (limited to 'lib/Makefile.local')
| -rw-r--r-- | lib/Makefile.local | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.local b/lib/Makefile.local index 1378a74b..6d67a2a4 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -64,7 +64,8 @@ libnotmuch_cxx_srcs = \ $(dir)/prefix.cc \ $(dir)/open.cc \ $(dir)/init.cc \ - $(dir)/parse-sexp.cc + $(dir)/parse-sexp.cc \ + $(dir)/sexp-fp.cc libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o) |
