X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=2e111e9341ef9953ce59c7577265a10b39d4d9db;hb=f5c863e57255d34ad2564f06f57ab90d090fef52;hp=66d5f5062c1919063fb06271cd1adf4c8114909e;hpb=b50970a54195302dad73c668e263c71188a8d727;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 66d5f506..2e111e93 100644 --- a/Makefile.am +++ b/Makefile.am @@ -95,6 +95,7 @@ libsigrok_la_SOURCES += \ src/output/ols.c \ src/output/srzip.c \ src/output/vcd.c \ + src/output/wavedrom.c \ src/output/null.c # Transform modules @@ -125,6 +126,7 @@ libsigrok_la_SOURCES += \ src/serial.c \ src/serial_bt.c \ src/serial_hid.c \ + src/serial_hid.h \ src/serial_hid_bu86x.c \ src/serial_hid_ch9325.c \ src/serial_hid_cp2110.c \ @@ -445,6 +447,12 @@ src_libdrivers_la_SOURCES += \ src/hardware/manson-hcs-3xxx/protocol.c \ src/hardware/manson-hcs-3xxx/api.c endif +if HW_MASTECH_MS6514 +src_libdrivers_la_SOURCES += \ + src/hardware/mastech-ms6514/protocol.h \ + src/hardware/mastech-ms6514/protocol.c \ + src/hardware/mastech-ms6514/api.c +endif if HW_MAYNUO_M97 src_libdrivers_la_SOURCES += \ src/hardware/maynuo-m97/protocol.h \ @@ -463,6 +471,12 @@ src_libdrivers_la_SOURCES += \ src/hardware/mic-985xx/protocol.c \ src/hardware/mic-985xx/api.c endif +if HW_MOOSHIMETER_DMM +src_libdrivers_la_SOURCES += \ + src/hardware/mooshimeter-dmm/protocol.h \ + src/hardware/mooshimeter-dmm/protocol.c \ + src/hardware/mooshimeter-dmm/api.c +endif if HW_MOTECH_LPS_30X src_libdrivers_la_SOURCES += \ src/hardware/motech-lps-30x/protocol.h \