X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=tests%2FMakefile.am;h=7b2f8d8863a2d102f50b2c947f9ba268c4b6c361;hb=3c8031b3f543f82a4a357b4987e0ae6273facfcf;hp=a3df6b324098bf8e61ca3ed515d86a280ae3940c;hpb=83411834eec29f08443908b7d2a427e7fb130573;p=libsigrokdecode.git diff --git a/tests/Makefile.am b/tests/Makefile.am index a3df6b3..7b2f8d8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -23,6 +23,7 @@ TESTS = check_main check_PROGRAMS = ${TESTS} check_main_SOURCES = \ $(top_builddir)/libsigrokdecode.h \ + lib.h \ check_main.c \ check_core.c \ check_decoder.c \ @@ -34,7 +35,7 @@ check_main_CPPFLAGS = $(CPPFLAGS_PYTHON) \ -DDECODERS_DIR='"$(abs_top_builddir)/decoders"' endif -if HAVE_LIBSIGROK +if BUILD_RUNTC noinst_PROGRAMS = runtc runtc_SOURCES = runtc.c runtc_CPPFLAGS = $(CPPFLAGS_PYTHON) $(LIBSIGROK_CFLAGS) \