diff options
author | Bert Vermeulen <bert@biot.com> | 2012-01-23 02:20:51 +0100 |
---|---|---|
committer | Bert Vermeulen <bert@biot.com> | 2012-01-23 04:53:32 +0100 |
commit | ec871a279893cfe0ab378eddc0a9f9bcccc44925 (patch) | |
tree | 46255d4312c2c059d28f6927ec5d07e744163228 /Makefile.am | |
parent | 4fadb1282f5e9aa41abcb67e7d90cdc4a9b2628d (diff) | |
download | libsigrokdecode-ec871a279893cfe0ab378eddc0a9f9bcccc44925.tar.gz libsigrokdecode-ec871a279893cfe0ab378eddc0a9f9bcccc44925.zip |
srd: add python exception catcher, which routes to srd_err() and srd_dbg()
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d7e33c2..fd5e004 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ SUBDIRS = decoders lib_LTLIBRARIES = libsigrokdecode.la -libsigrokdecode_la_SOURCES = controller.c decoder.c log.c util.c \ +libsigrokdecode_la_SOURCES = controller.c decoder.c log.c util.c exception.c \ module_sigrokdecode.c type_decoder.c type_logic.c libsigrokdecode_la_CPPFLAGS = $(CPPFLAGS_PYTHON) \ |