summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBert Vermeulen <bert@biot.com>2013-11-16 23:14:50 +0100
committerBert Vermeulen <bert@biot.com>2013-11-16 23:14:50 +0100
commitfe9d91a88a8896ef04d12682720943b237c0a295 (patch)
treef460807db348f5add01bbcacee1a6ac31010f971 /Makefile.am
parent2aa72348627817f068b6e1862727025a7cb5b662 (diff)
downloadlibsigrokdecode-fe9d91a88a8896ef04d12682720943b237c0a295.tar.gz
libsigrokdecode-fe9d91a88a8896ef04d12682720943b237c0a295.zip
Move session-specific functionality into session.c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 731b905..2d6cd25 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,6 +26,7 @@ lib_LTLIBRARIES = libsigrokdecode.la
libsigrokdecode_la_SOURCES = \
controller.c \
+ session.c \
decoder.c \
log.c \
util.c \