X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=da3cb4440fd6b027370761f2a486a2fc75714629;hb=0519db864bcf445ba22c9be632ac4f58bed67044;hp=5a46ed312bc63a15aca05f85f2627ac9fbb2d8d6;hpb=c527132aec5ff8f2fc9646f360a7b0874301e4e7;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 5a46ed31..da3cb444 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,7 +77,8 @@ libsigrok_la_SOURCES += \ src/input/raw_analog.c \ src/input/trace32_ad.c \ src/input/vcd.c \ - src/input/wav.c + src/input/wav.c \ + src/input/null.c # Output modules libsigrok_la_SOURCES += \ @@ -92,7 +93,8 @@ libsigrok_la_SOURCES += \ src/output/hex.c \ src/output/ols.c \ src/output/srzip.c \ - src/output/vcd.c + src/output/vcd.c \ + src/output/null.c # Transform modules libsigrok_la_SOURCES += \ @@ -155,7 +157,8 @@ libsigrok_la_SOURCES += \ src/dmm/ut71x.c \ src/dmm/ut372.c \ src/dmm/vc870.c \ - src/dmm/dtm0660.c + src/dmm/dtm0660.c \ + src/dmm/ms8250d.c # Hardware (LCR chip parsers) if NEED_SERIAL