summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorGergely Nagy <algernon@balabit.hu>2012-06-22 14:59:56 +0200
committerGergely Nagy <algernon@balabit.hu>2012-06-22 15:00:20 +0200
commitec96b2ff3a53de66b5d2bcffca03dd4b179aa534 (patch)
tree780328f69d1d69c89a422171d5f2e0de2fe2aca0 /t
parent4158df7874fe07ff731d756c9742188ce4d6e8c2 (diff)
downloadlibumberlog-ec96b2ff3a53de66b5d2bcffca03dd4b179aa534.tar.gz
libumberlog-ec96b2ff3a53de66b5d2bcffca03dd4b179aa534.tar.xz
libumberlog-ec96b2ff3a53de66b5d2bcffca03dd4b179aa534.zip
Don't create unnecessary libtool wrapper scripts for tests
This marginally speeds up build, and simplifies debugging/valgrind runs Signed-off-by: Miloslav Trmač <mitr@redhat.com> Signed-off-by: Gergely Nagy <algernon@balabit.hu>
Diffstat (limited to 't')
-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