]> sigrok.org Git - libsigrok.git/blobdiff - Makefile.am
README: Improve and update the requirements list.
[libsigrok.git] / Makefile.am
index 797f09bcae34701339037f83d6f315023243b1b8..cab73cb160603e1217cb680e3b8d74a1b12ed234 100644 (file)
@@ -35,6 +35,7 @@ libsigrok_la_SOURCES = \
        src/hwdriver.c \
        src/trigger.c \
        src/soft-trigger.c \
+       src/analog.c \
        src/strutil.c \
        src/log.c \
        src/version.c \
@@ -63,6 +64,7 @@ libsigrok_la_SOURCES += \
        src/output/gnuplot.c \
        src/output/hex.c \
        src/output/ols.c \
+       src/output/srzip.c \
        src/output/vcd.c
 
 # SCPI support
@@ -417,7 +419,9 @@ tests_check_main_SOURCES = \
        tests/check_session.c \
        tests/check_strutil.c \
        tests/check_version.c \
-       tests/check_driver_all.c
+       tests/check_driver_all.c \
+       tests/check_device.c \
+       tests/check_trigger.c
 
 tests_check_main_CFLAGS = @check_CFLAGS@