X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=f1ac6ec31283e048e8c5dd34c325771e47aa50e6;hb=bb993797611dc5dfcba339238bdfcdad0af0c0aa;hp=246717796016b97ef2c3eaf94b4ca18aceba22d1;hpb=64668fae1936bf57ff0da768c58646283773f549;p=libsigrok.git diff --git a/Makefile.am b/Makefile.am index 24671779..f1ac6ec3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -124,6 +124,12 @@ libsigrok_la_SOURCES += \ hardware/atten-pps3xxx/protocol.c \ hardware/atten-pps3xxx/api.c endif +if HW_BEAGLELOGIC +libsigrok_la_SOURCES += \ + hardware/beaglelogic/protocol.h \ + hardware/beaglelogic/protocol.c \ + hardware/beaglelogic/api.c +endif if HW_BRYMEN_BM86X libsigrok_la_SOURCES += \ hardware/brymen-bm86x/protocol.h \