diff options
author | Bert Vermeulen <bert@biot.com> | 2013-11-16 22:58:28 +0100 |
---|---|---|
committer | Bert Vermeulen <bert@biot.com> | 2013-11-16 23:16:25 +0100 |
commit | 190b71cfebc1dd000d3203c7300a10afd96c1201 (patch) | |
tree | 5818a57b2a77147b4356b2b3fbf95be4ba6c4cc7 /Makefile.am | |
parent | fe9d91a88a8896ef04d12682720943b237c0a295 (diff) | |
download | libsigrokdecode-190b71cfebc1dd000d3203c7300a10afd96c1201.tar.gz libsigrokdecode-190b71cfebc1dd000d3203c7300a10afd96c1201.zip |
Move initialization/shutdown into srd.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 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 \ |