]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile
Add an initial implementation of a notmuch_thread_t object.
[notmuch] / Makefile
index bf34b8a5160bd49bc4cc3ac8980f19aed44e909f..747408a6b64313ecd672f95b98bb95a71080e0ed 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@ MODULES=              \
        message-file.o  \
        query.o         \
        sha1.o          \
+       thread.o        \
        libsha1.o       \
        xutil.o
 
@@ -33,7 +34,7 @@ notmuch: $(MODULES)
        $(CC) $(MYLDFLAGS) $^ -o $@
 
 Makefile.dep: *.c *.cc
-       $(CC) -M $(CPPFLAGS) $(CDEPENDS_FLAGS) $^ > $@
+       $(CXX) -M $(CPPFLAGS) $(CDEPENDS_FLAGS) $(CXXDEPENDS_FLAGS) $^ > $@
 -include Makefile.dep
 
 clean: