mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
test/Makefile.local: Added configured TALLOC_LDFLAGS.
The linking to talloc is hard-coded in the testing Makefile. This patch causes the linking to talloc to be done according to how TALLOC_LDFLAGS was configured. Signed-off-by: Charles Celerier <cceleri@cs.stanford.edu>
This commit is contained in:
parent
f3ee655b49
commit
ca34ac1440
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue