]> git.notmuchmail.org Git - notmuch/blobdiff - lib/Makefile.local
lib: factor out notmuch_database_open* related code to own file
[notmuch] / lib / Makefile.local
index 9721d01e41e4dfb41d6971871fe9a96f8da4a368..01cbb3f2821c8e0a1e0145192e2e3368b625d6c7 100644 (file)
@@ -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)