diff options
author | Bert Vermeulen <bert@biot.com> | 2013-11-16 23:14:50 +0100 |
---|---|---|
committer | Bert Vermeulen <bert@biot.com> | 2013-11-16 23:14:50 +0100 |
commit | fe9d91a88a8896ef04d12682720943b237c0a295 (patch) | |
tree | f460807db348f5add01bbcacee1a6ac31010f971 /Makefile.am | |
parent | 2aa72348627817f068b6e1862727025a7cb5b662 (diff) | |
download | libsigrokdecode-fe9d91a88a8896ef04d12682720943b237c0a295.tar.gz libsigrokdecode-fe9d91a88a8896ef04d12682720943b237c0a295.zip |
Move session-specific functionality into session.c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
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 \ |