X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=04e91ca86064442a0f31b1bf83c4ec627301766e;hb=c78bcc6f5d3d5dd93c63e4ef438e41807c127d25;hp=d016671293db69e104369c041f7812e9cd295dc4;hpb=44559b2c3bfa2c892242097e3aba871a11f943eb;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index d0166712..04e91ca8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,8 @@ libsigrok_la_SOURCES = \ session_file.c \ session_driver.c \ hwdriver.c \ - filter.c \ + trigger.c \ + soft-trigger.c \ strutil.c \ log.c \ version.c \ @@ -50,23 +51,22 @@ libsigrok_la_SOURCES += \ # Output formats libsigrok_la_SOURCES += \ - output/binary.c \ + output/output.c \ + output/analog.c \ + output/ascii.c \ output/bits.c \ - output/vcd.c \ - output/ols.c \ - output/gnuplot.c \ - output/chronovu_la8.c \ + output/binary.c \ output/csv.c \ - output/analog.c \ - output/output.c \ + output/chronovu_la8.c \ + output/gnuplot.c \ output/hex.c \ - output/ascii.c + output/ols.c \ + output/vcd.c # Hardware (common files) libsigrok_la_SOURCES += \ hardware/common/scpi.c \ - hardware/common/scpi_tcp.c \ - hardware/common/scpi_usbtmc.c + hardware/common/scpi_tcp.c if NEED_RPC libsigrok_la_SOURCES += \ hardware/common/scpi_vxi.c \ @@ -106,12 +106,6 @@ libsigrok_la_SOURCES += \ hardware/agilent-dmm/agilent-dmm.h \ hardware/agilent-dmm/sched.c endif -if HW_ALSA -libsigrok_la_SOURCES += \ - hardware/alsa/protocol.h \ - hardware/alsa/protocol.c \ - hardware/alsa/api.c -endif if HW_APPA_55II libsigrok_la_SOURCES += \ hardware/appa-55ii/protocol.h \ @@ -230,18 +224,18 @@ libsigrok_la_SOURCES += \ hardware/lascar-el-usb/protocol.c \ hardware/lascar-el-usb/api.c endif -if HW_LINK_MSO19 -libsigrok_la_SOURCES += \ - hardware/link-mso19/protocol.h \ - hardware/link-mso19/protocol.c \ - hardware/link-mso19/api.c -endif if HW_MIC_985XX libsigrok_la_SOURCES += \ hardware/mic-985xx/protocol.h \ hardware/mic-985xx/protocol.c \ hardware/mic-985xx/api.c endif +if HW_MOTECH_LPS_30X +libsigrok_la_SOURCES += \ + hardware/motech-lps-30x/protocol.h \ + hardware/motech-lps-30x/protocol.c \ + hardware/motech-lps-30x/api.c +endif if HW_NORMA_DMM libsigrok_la_SOURCES += \ hardware/norma-dmm/protocol.h \