summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 41054b2..e34cc3c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,15 +66,6 @@ tests_check_main_CPPFLAGS = $(CPPFLAGS_PYTHON) \
-DDECODERS_DIR='"$(abs_top_builddir)/decoders"'
endif
-if BUILD_RUNTC
-noinst_PROGRAMS = tests/runtc
-tests_runtc_LDADD = $(top_builddir)/libsigrokdecode.la
-tests_runtc_SOURCES = tests/runtc.c
-tests_runtc_CPPFLAGS = $(CPPFLAGS_PYTHON) $(LIBSIGROK_CFLAGS) \
- -DDECODERS_DIR='"$(abs_top_builddir)/decoders"'
-tests_runtc_LDFLAGS = -L$(top_builddir) $(LIBSIGROK_LIBS) $(LDFLAGS_PYTHON)
-endif
-
MAINTAINERCLEANFILES = ChangeLog
.PHONY: ChangeLog