diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | instance.c (renamed from controller.c) | 0 |
2 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 \ diff --git a/controller.c b/instance.c index 9295963..9295963 100644 --- a/controller.c +++ b/instance.c |