summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorBert Vermeulen <bert@biot.com>2013-12-22 23:07:23 +0100
committerBert Vermeulen <bert@biot.com>2013-12-22 23:07:23 +0100
commit919ace16e7100fccd51fda16c6d40fc3ad9915e2 (patch)
tree01c28dac258ff4e3a17bbe1fbf68811a83879824 /tests/Makefile.am
parent83411834eec29f08443908b7d2a427e7fb130573 (diff)
downloadlibsigrokdecode-919ace16e7100fccd51fda16c6d40fc3ad9915e2.tar.gz
libsigrokdecode-919ace16e7100fccd51fda16c6d40fc3ad9915e2.zip
runtc: Fix conditional build on non-Linux systems.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a3df6b3..bd0858f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -34,7 +34,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) \