diff options
author | Bert Vermeulen <bert@biot.com> | 2012-01-15 14:44:40 +0100 |
---|---|---|
committer | Bert Vermeulen <bert@biot.com> | 2012-01-15 14:44:40 +0100 |
commit | d0a0ed032e0120140a28e93ac42753786bf0087b (patch) | |
tree | 387f6829e6d21b834f5923fb119cf3e885a30a0b /Makefile.am | |
parent | 56270764cd4dd3d255979a283092765057a0d3de (diff) | |
download | libsigrokdecode-d0a0ed032e0120140a28e93ac42753786bf0087b.tar.gz libsigrokdecode-d0a0ed032e0120140a28e93ac42753786bf0087b.zip |
move sigrokdecode.Decoder type to its own source file
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 82f59cd..d7e33c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ SUBDIRS = decoders lib_LTLIBRARIES = libsigrokdecode.la libsigrokdecode_la_SOURCES = controller.c decoder.c log.c util.c \ - module_sigrokdecode.c type_logic.c + module_sigrokdecode.c type_decoder.c type_logic.c libsigrokdecode_la_CPPFLAGS = $(CPPFLAGS_PYTHON) \ -DDECODERS_DIR='"$(DECODERS_DIR)"' |