diff --git a/Makefile.am b/Makefile.am index 3b0ed715..46b319d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ libsigrok_la_SOURCES = \ session.c \ session_file.c \ session_driver.c \ - hwplugin.c \ + hwdriver.c \ filter.c \ strutil.c \ log.c diff --git a/hwplugin.c b/hwdriver.c similarity index 100% rename from hwplugin.c rename to hwdriver.c