diff options
author | Arkadiusz Miśkiewicz <arekm@maven.pl> | 2013-12-18 16:12:34 +0100 |
---|---|---|
committer | Bert Vermeulen <bert@biot.com> | 2013-12-18 22:27:46 +0100 |
commit | 83411834eec29f08443908b7d2a427e7fb130573 (patch) | |
tree | e75867e951b0911a0c3c81fc792f1bb56b39f79d | |
parent | 97578cb1dfb0dcadf748b55dc4bcfa3ea2202c19 (diff) | |
download | libsigrokdecode-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.am | 2 |
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"' |