summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miśkiewicz <arekm@maven.pl>2013-12-18 16:12:34 +0100
committerBert Vermeulen <bert@biot.com>2013-12-18 22:27:46 +0100
commit83411834eec29f08443908b7d2a427e7fb130573 (patch)
treee75867e951b0911a0c3c81fc792f1bb56b39f79d
parent97578cb1dfb0dcadf748b55dc4bcfa3ea2202c19 (diff)
downloadlibsigrokdecode-83411834eec29f08443908b7d2a427e7fb130573.tar.gz
libsigrokdecode-83411834eec29f08443908b7d2a427e7fb130573.zip
Don't install runtc.
Don't install runtc. Not meant for generic usage. Signed-off-by: Arkadiusz Miśkiewicz <arekm@maven.pl>
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 595a65d..a3df6b3 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -35,7 +35,7 @@ check_main_CPPFLAGS = $(CPPFLAGS_PYTHON) \
endif
if HAVE_LIBSIGROK
-bin_PROGRAMS = runtc
+noinst_PROGRAMS = runtc
runtc_SOURCES = runtc.c
runtc_CPPFLAGS = $(CPPFLAGS_PYTHON) $(LIBSIGROK_CFLAGS) \
-DDECODERS_DIR='"$(abs_top_builddir)/decoders"'