]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
Fix the channel indexes of the es51919 driver.
[libsigrok.git] / Makefile.am
index 2487b2ef8f48a17c234d7910ca4d3331959a6152..13debd1e7c9076b8b57117ea714aee0dbc9e130b 100644 (file)
@@ -36,6 +36,7 @@ libsigrok_la_SOURCES = \
        src/trigger.c \
        src/soft-trigger.c \
        src/analog.c \
+       src/fallback.c \
        src/strutil.c \
        src/log.c \
        src/version.c \
@@ -420,7 +421,8 @@ tests_check_main_SOURCES = \
        tests/check_strutil.c \
        tests/check_version.c \
        tests/check_driver_all.c \
-       tests/check_device.c
+       tests/check_device.c \
+       tests/check_trigger.c
 
 tests_check_main_CFLAGS = @check_CFLAGS@