X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=a34985e7ef4bf166004aa095f055f72008852bea;hb=0acdd79357633e90bb1a398e246ad96b39dceda9;hp=dd6b7061938631670e27d87636d842c125a5a45a;hpb=543d041dc16c134db18f34764cfd134335d04be2;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index dd6b7061..a34985e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -286,6 +286,12 @@ libsigrok_la_SOURCES += \ hardware/teleinfo/protocol.c \ hardware/teleinfo/api.c endif +if HW_TESTO +libsigrok_la_SOURCES += \ + hardware/testo/protocol.h \ + hardware/testo/protocol.c \ + hardware/testo/api.c +endif if HW_TONDAJ_SL_814 libsigrok_la_SOURCES += \ hardware/tondaj-sl-814/protocol.h \