X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2FMakefile.am;h=3b805e1e8a58ed897a4038c6a96982afab4c7a93;hb=01cf8814949f4786da4a1be79a74030a691be152;hp=1f559ba0091cb55f41b3fb64010bb7504298aed4;hpb=3677f3ec3f76ec3efc8aea97a1b050f6949d773d;p=libsigrok.git diff --git a/hardware/Makefile.am b/hardware/Makefile.am index 1f559ba0..3b805e1e 100644 --- a/hardware/Makefile.am +++ b/hardware/Makefile.am @@ -21,6 +21,7 @@ SUBDIRS = \ asix-sigma \ common \ demo \ + link-mso19 \ openbench-logic-sniffer \ saleae-logic \ zeroplus-logic-cube @@ -37,6 +38,10 @@ if LA_ASIX_SIGMA libsigrokhardware_la_LIBADD += asix-sigma/libsigrokhwasixsigma.la endif +if LA_LINK_MSO19 +libsigrokhardware_la_LIBADD += link-mso19/libsigrokhwlinkmso19.la +endif + if LA_OLS libsigrokhardware_la_LIBADD += openbench-logic-sniffer/libsigrokhwols.la endif