X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=tests%2FMakefile.am;h=bd0858ff12ab89867264890d100ca15fe0a9a277;hb=06b52ebb5fe7c09890dee02aa653578c2faf5a65;hp=595a65d4b2e65123844d36fe500a1af92e7f0f65;hpb=baeaa75dedad94558e40a888c2a56ecea2cdb702;p=libsigrokdecode.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 595a65d..bd0858f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -34,8 +34,8 @@ check_main_CPPFLAGS = $(CPPFLAGS_PYTHON) \ -DDECODERS_DIR='"$(abs_top_builddir)/decoders"' endif -if HAVE_LIBSIGROK -bin_PROGRAMS = runtc +if BUILD_RUNTC +noinst_PROGRAMS = runtc runtc_SOURCES = runtc.c runtc_CPPFLAGS = $(CPPFLAGS_PYTHON) $(LIBSIGROK_CFLAGS) \ -DDECODERS_DIR='"$(abs_top_builddir)/decoders"'