]> git.notmuchmail.org Git - notmuch/blobdiff - test/Makefile.local
py3k: The ConfigParser module has been renamed to configparser
[notmuch] / test / Makefile.local
index 6cb6c829db7901499824eae12f02068663d78ea6..fa2df734d016e424b36aeb6ccd390d1d4abcfea3 100644 (file)
@@ -17,7 +17,7 @@ $(dir)/smtp-dummy: $(smtp_dummy_modules)
        $(call quiet,CC) $^ -o $@
 
 $(dir)/symbol-test: $(dir)/symbol-test.o
-       $(call quiet,CC) $^ -o $@ -Llib -lnotmuch -lxapian
+       $(call quiet,CXX) $^ -o $@ -Llib -lnotmuch -lxapian
 
 .PHONY: test check