X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=7b67a9a5e4a408394427cd65aef57789e25dd384;hb=3250d8c7e05f2d6a3ffbdf2499af8a13fa99fe39;hp=797f09bcae34701339037f83d6f315023243b1b8;hpb=626027df0fef0e9bebc5744bb11f5fcd1f396c10;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 797f09bc..7b67a9a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,6 +63,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 +418,8 @@ 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_main_CFLAGS = @check_CFLAGS@