]> git.notmuchmail.org Git - notmuch/blobdiff - test/Makefile.local
test/Makefile.local: Added configured TALLOC_LDFLAGS.
[notmuch] / test / Makefile.local
index 987441f04f1d689758e6825272d8b9c9210a2841..d622eafee7865588ef4a0112225aebed8fe22bd0 100644 (file)
@@ -16,7 +16,7 @@ $(dir)/arg-test: $(dir)/arg-test.o command-line-arguments.o util/libutil.a
        $(call quiet,CC) $^ -o $@
 
 $(dir)/hex-xcode: $(dir)/hex-xcode.o command-line-arguments.o util/libutil.a
-       $(call quiet,CC) $^ -o $@ -ltalloc
+       $(call quiet,CC) $^ $(TALLOC_LDFLAGS) -o $@
 
 random_corpus_deps =  $(dir)/random-corpus.o  $(dir)/database-test.o \
                        notmuch-config.o command-line-arguments.o \