X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=6a7fa899b1d76a5b1351ac79c3a016efb7ca58b4;hb=24a953382c4c07f4071a36897bf17c93db9ce1e7;hp=9306c5f4fc41312f4c5d7aec1e0e49db5ef1e0c7;hpb=f2cd2debf9dcbf0e83ec70d8ea41d8421a400dfd;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 9306c5f4..6a7fa899 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,11 +73,13 @@ libsigrok_la_SOURCES = \ # Input modules libsigrok_la_SOURCES += \ src/input/input.c \ + src/input/feed_queue.c \ src/input/binary.c \ src/input/chronovu_la8.c \ src/input/csv.c \ src/input/logicport.c \ src/input/raw_analog.c \ + src/input/saleae.c \ src/input/trace32_ad.c \ src/input/vcd.c \ src/input/wav.c \