diff options
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 b2f4156..6a5d6cf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,9 +26,9 @@ lib_LTLIBRARIES = libsigrokdecode.la libsigrokdecode_la_SOURCES = \ srd.c \ - controller.c \ session.c \ decoder.c \ + instance.c \ log.c \ util.c \ exception.c \ |