X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2FMakefile.local;h=45df4c718fb47f3545202f3d02e75c993cd47338;hb=5a48340bf19c42ccdec9b1777a42a79f6884f49f;hp=c7f14355aa255d3d4a196bec95d285290b166030;hpb=8a745d310f966194e82f12f6453f05cc877379d6;p=notmuch diff --git a/test/Makefile.local b/test/Makefile.local index c7f14355..45df4c71 100644 --- a/test/Makefile.local +++ b/test/Makefile.local @@ -17,7 +17,7 @@ $(dir)/smtp-dummy: $(smtp_dummy_modules) $(call quiet,CC) $^ -o $@ $(dir)/symbol-test: $(dir)/symbol-test.o - $(call quiet,CXX) $^ -o $@ -Llib -lnotmuch -lxapian + $(call quiet,CXX) $^ -o $@ -Llib -lnotmuch $(XAPIAN_LDFLAGS) .PHONY: test check