X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=bf980c22bca7f637c92c5178b897ec8effe9d397;hb=702f42e8eb33d8d1ffb5b748097428c0f4434c6d;hp=0d45f7c45638fdce57f8aae49ae7375a6276b43e;hpb=f3cde30904b2bc5ac5b1782d5e65d1ec8ce60ed6;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 0d45f7c4..bf980c22 100644 --- a/Makefile.am +++ b/Makefile.am @@ -116,7 +116,8 @@ libsigrok_la_SOURCES += \ src/dmm/rs9lcd.c \ src/dmm/bm25x.c \ src/dmm/ut71x.c \ - src/dmm/ut372.c + src/dmm/ut372.c \ + src/dmm/vc870.c # Hardware (LCR chip parsers) if NEED_SERIAL @@ -224,7 +225,9 @@ if HW_FX2LAFW libsigrok_la_SOURCES += \ src/hardware/fx2lafw/protocol.h \ src/hardware/fx2lafw/protocol.c \ - src/hardware/fx2lafw/api.c + src/hardware/fx2lafw/api.c \ + src/hardware/fx2lafw/dslogic.c \ + src/hardware/fx2lafw/dslogic.h endif if HW_GMC_MH_1X_2X libsigrok_la_SOURCES += \