From baeaa75dedad94558e40a888c2a56ecea2cdb702 Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Sun, 15 Dec 2013 15:55:35 +0100 Subject: runtc: Make sure to compile against this library It might compile against a previously-installed one unless the linker finds it in the top directory first. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index cce7e63..595a65d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -39,5 +39,5 @@ bin_PROGRAMS = runtc runtc_SOURCES = runtc.c runtc_CPPFLAGS = $(CPPFLAGS_PYTHON) $(LIBSIGROK_CFLAGS) \ -DDECODERS_DIR='"$(abs_top_builddir)/decoders"' -runtc_LDFLAGS = $(LIBSIGROK_LIBS) $(LDFLAGS_PYTHON) -L$(top_builddir) -lsigrokdecode +runtc_LDFLAGS = -L$(top_builddir) $(LIBSIGROK_LIBS) $(LDFLAGS_PYTHON) -lsigrokdecode endif -- cgit v1.2.3-70-g09d2