aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.local
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2020-08-08 11:16:45 -0300
committerDavid Bremner <david@tethera.net>2020-12-23 09:25:01 -0400
commit22d9094300751ea6f995fcb5f04194b06f77db3a (patch)
tree00da7a2f0c6739ac43f0dcda49f077871d0ce0ff /lib/Makefile.local
parent76871fcf5eb97b27030b0517afdac1e2cceb5b2a (diff)
lib: factor out notmuch_database_open* related code to own file
Reduce the size of database.cc, and prepare for extending the database opening API
Diffstat (limited to 'lib/Makefile.local')
-rw-r--r--lib/Makefile.local3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.local b/lib/Makefile.local
index 9721d01e..01cbb3f2 100644
--- a/lib/Makefile.local
+++ b/lib/Makefile.local
@@ -61,7 +61,8 @@ libnotmuch_cxx_srcs = \
$(dir)/thread.cc \
$(dir)/thread-fp.cc \
$(dir)/features.cc \
- $(dir)/prefix.cc
+ $(dir)/prefix.cc \
+ $(dir)/open.cc
libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)