]> git.notmuchmail.org Git - notmuch/blobdiff - lib/Makefile.local
lib: Implement new notmuch_directory_t API.
[notmuch] / lib / Makefile.local
index 79f7b0b7cb34a9ec8c1b8764800eec42a5047035..70489e17207b13c8dad862ff63221277cf65a191 100644 (file)
@@ -11,6 +11,7 @@ libnotmuch_c_srcs =           \
 
 libnotmuch_cxx_srcs =          \
        $(dir)/database.cc      \
+       $(dir)/directory.cc     \
        $(dir)/index.cc         \
        $(dir)/message.cc       \
        $(dir)/query.cc         \
@@ -18,7 +19,7 @@ libnotmuch_cxx_srcs =         \
 
 libnotmuch_modules = $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)
 $(dir)/notmuch.a: $(libnotmuch_modules)
-       $(AR) rcs $@ $^
+       $(call quiet,AR) rcs $@ $^
 
 SRCS  := $(SRCS) $(libnotmuch_c_srcs) $(libnotmuch_cxx_srcs)
 CLEAN := $(CLEAN) $(libnotmuch_modules) $(dir)/notmuch.a