X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=cab73cb160603e1217cb680e3b8d74a1b12ed234;hb=90cefe0cc7d498ed8a8c7cdb1e95c16296ca5059;hp=23b99e17e2f5b0cea93986c48ae1d6449e783f54;hpb=6b1adfaa86de2195498a0078b0fb50fd76f5aa38;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 23b99e17..cab73cb1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 @@ -418,7 +420,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@