X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=3e4fb2c21241800c5edced0d409cea2527d2146b;hb=c719b3a2b6fc8dfead68b5272667270e026883e1;hp=5c88cc4fd145844e228ca328db420c572825aece;hpb=35e92b7bc6f40232144a7e6c9875ef02dbc6faa5;p=libsigrokdecode.git diff --git a/Makefile.am b/Makefile.am index 5c88cc4..3e4fb2c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,14 +66,6 @@ tests_check_main_CPPFLAGS = $(CPPFLAGS_PYTHON) \ -DDECODERS_DIR='"$(abs_top_builddir)/decoders"' endif -if BUILD_RUNTC -noinst_PROGRAMS = tests/runtc -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) -lsigrokdecode -endif - MAINTAINERCLEANFILES = ChangeLog .PHONY: ChangeLog