diff options
| author | David Bremner <david@tethera.net> | 2020-08-08 11:16:43 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-12-23 09:06:34 -0400 |
| commit | e34e2a68b62b50cc40e695d1a2690a7de382bba6 (patch) | |
| tree | 48009a0d92dafb6a603ad9f3c3208787102ed3d2 /lib/Makefile.local | |
| parent | 59488ee9298d4c29da206ec76fe66242f592caa4 (diff) | |
lib: factor out feature name related code.
database.cc is uncomfortably large, and some of the static data
structures do not need to be shared as much as they are.
This is a somewhat small piece to factor out, but it will turn out to
be helpful to further refactoring.
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 a6400126..04418fa8 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -59,7 +59,8 @@ libnotmuch_cxx_srcs = \ $(dir)/config.cc \ $(dir)/regexp-fields.cc \ $(dir)/thread.cc \ - $(dir)/thread-fp.cc + $(dir)/thread-fp.cc \ + $(dir)/features.cc libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o) |
