From b2c19614a6c4eaa0170971d1261a1bb25212e277 Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Sun, 4 Dec 2011 10:33:02 +0100 Subject: refactored PD framework, now using new sigrok.Decoder object This uses the new python unified type/class object API to construct an object for PDs to subclass. The sigrok.Decoder class has a method put() which is implemented as a C function, and receives the PD's object instance as its first parameter. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e6d0710..1c53631 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ SUBDIRS = decoders lib_LTLIBRARIES = libsigrokdecode.la -libsigrokdecode_la_SOURCES = decode.c +libsigrokdecode_la_SOURCES = controller.c decoder.c util.c libsigrokdecode_la_CPPFLAGS = $(CPPFLAGS_PYTHON) \ -DDECODERS_DIR='"$(DECODERS_DIR)"' -- cgit v1.2.3-70-g09d2