X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=Makefile.am;h=b7e3ad01749b596083830bce1bbecd4224e1bf9b;hp=2e111e9341ef9953ce59c7577265a10b39d4d9db;hb=3094e9d8ca2b8cb7aad1c3bf41b47f0087e45ff8;hpb=4c660b46c11f8a84941194f60e4f48e57b0a86b7 diff --git a/Makefile.am b/Makefile.am index 2e111e93..b7e3ad01 100644 --- a/Makefile.am +++ b/Makefile.am @@ -608,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 \ @@ -715,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)