]> git.notmuchmail.org Git - notmuch/blobdiff - test/Makefile.local
test: use sh.config for configuration
[notmuch] / test / Makefile.local
index ae9db809a1e086f10787a147c7cbfe2c3ade5f32..1c85b18adc414ea69d5b491b3c87c97e0dd39c3e 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 \