X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=tests%2FMakefile.am;h=595a65d4b2e65123844d36fe500a1af92e7f0f65;hb=97578cb1dfb0dcadf748b55dc4bcfa3ea2202c19;hp=cce7e63c41cebce98ece6db95d5fe38b377a11d4;hpb=b7e15e0e2c1fef3a938c84d79022098f8482920a;p=libsigrokdecode.git 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