X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=Makefile.am;h=b7e3ad01749b596083830bce1bbecd4224e1bf9b;hp=b959488305de230ff5ba59e0e464c24b9c84ba80;hb=3094e9d8ca2b8cb7aad1c3bf41b47f0087e45ff8;hpb=40f812f5dc38f3ac0698ea2e9adfab91032ffdfb diff --git a/Makefile.am b/Makefile.am index b9594883..b7e3ad01 100644 --- a/Makefile.am +++ b/Makefile.am @@ -126,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 \ @@ -446,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 \ @@ -601,6 +608,12 @@ src_libdrivers_la_SOURCES += \ src/hardware/uni-t-dmm/protocol.c \ src/hardware/uni-t-dmm/api.c endif +if HW_UNI_T_UT181A +src_libdrivers_la_SOURCES += \ + src/hardware/uni-t-ut181a/protocol.h \ + src/hardware/uni-t-ut181a/protocol.c \ + src/hardware/uni-t-ut181a/api.c +endif if HW_UNI_T_UT32X src_libdrivers_la_SOURCES += \ src/hardware/uni-t-ut32x/protocol.h \ @@ -708,7 +721,8 @@ tests_main_SOURCES = \ tests/driver_all.c \ tests/device.c \ tests/trigger.c \ - tests/analog.c + tests/analog.c \ + tests/conv.c tests_main_LDADD = libsigrok.la $(SR_EXTRA_LIBS) $(TESTS_LIBS)