diff options
| author | David Bremner <david@tethera.net> | 2016-03-22 07:54:54 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-05-25 07:40:44 -0300 |
| commit | b9bf3f44eacd42ce53885c79f9dad8d82c76f13d (patch) | |
| tree | dbf4064112caa61dcf8fd6b22d27fad0e1ad81e2 /lib/Makefile.local | |
| parent | 30caaf52b022be5f0f695f3088286fb56e82c782 (diff) | |
lib: add support for named queries
This relies on the optional presense of xapian field processors, and the
library config API.
Diffstat (limited to 'lib/Makefile.local')
| -rw-r--r-- | lib/Makefile.local | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.local b/lib/Makefile.local index 76b57cb2..beb96358 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -49,6 +49,7 @@ libnotmuch_cxx_srcs = \ $(dir)/index.cc \ $(dir)/message.cc \ $(dir)/query.cc \ + $(dir)/query-fp.cc \ $(dir)/config.cc \ $(dir)/thread.cc |
