summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--t/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/Makefile.am b/t/Makefile.am
index 91e4b53..d6a0118 100644
--- a/t/Makefile.am
+++ b/t/Makefile.am
@@ -3,5 +3,6 @@ TESTS = test_umberlog test_perf
check_PROGRAMS = ${TESTS}
AM_CFLAGS = -I$(top_srcdir)/lib @JSON_CFLAGS@ @CHECK_CFLAGS@
+AM_LDFLAGS = -no-install
LDADD = $(top_builddir)/lib/libumberlog.la @JSON_LIBS@ @CHECK_LIBS@
endif