summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBert Vermeulen <bert@biot.com>2013-11-16 22:58:28 +0100
committerBert Vermeulen <bert@biot.com>2013-11-16 23:16:25 +0100
commit190b71cfebc1dd000d3203c7300a10afd96c1201 (patch)
tree5818a57b2a77147b4356b2b3fbf95be4ba6c4cc7 /Makefile.am
parentfe9d91a88a8896ef04d12682720943b237c0a295 (diff)
downloadlibsigrokdecode-190b71cfebc1dd000d3203c7300a10afd96c1201.tar.gz
libsigrokdecode-190b71cfebc1dd000d3203c7300a10afd96c1201.zip
Move initialization/shutdown into srd.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 2d6cd25..b2f4156 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,6 +25,7 @@ SUBDIRS = contrib decoders tests
lib_LTLIBRARIES = libsigrokdecode.la
libsigrokdecode_la_SOURCES = \
+ srd.c \
controller.c \
session.c \
decoder.c \