From: Arkadiusz Miśkiewicz Date: Wed, 18 Dec 2013 15:12:34 +0000 (+0100) Subject: Don't install runtc. X-Git-Tag: libsigrokdecode-0.3.0~179 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=83411834eec29f08443908b7d2a427e7fb130573;p=libsigrokdecode.git Don't install runtc. Don't install runtc. Not meant for generic usage. Signed-off-by: Arkadiusz Miśkiewicz --- 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"'