X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=Makefile.am;h=cbb7da2f4c8e9fc2fee2b9226f5a9ed50f07a125;hp=66d5f5062c1919063fb06271cd1adf4c8114909e;hb=ebcd1aba011ba6e1082e96be3cd7e47374a516b4;hpb=02a8c07d89ae2c4643f2bcb78e8c13dd7437e2db diff --git a/Makefile.am b/Makefile.am index 66d5f506..cbb7da2f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -463,6 +463,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 \