X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2FMakefile.am;h=a4b755b43d94d3dee2bdf5666f833fd5b0996470;hb=4433145f481d077570b371b466e98b17a77ec7e2;hp=a9526f19f827e48380a2035d4ddb41b97afd537c;hpb=c51bbdec345b0d7e1c9013e0a1bea2586cf6daa7;p=libsigrok.git diff --git a/hardware/Makefile.am b/hardware/Makefile.am index a9526f19..a4b755b4 100644 --- a/hardware/Makefile.am +++ b/hardware/Makefile.am @@ -24,6 +24,7 @@ SUBDIRS = \ asix-sigma \ brymen-dmm \ cem-dt-885x \ + center-3xx \ chronovu-la8 \ colead-slm \ common \ @@ -72,6 +73,10 @@ if HW_CEM_DT_885X libsigrokhardware_la_LIBADD += cem-dt-885x/libsigrok_hw_cem_dt_885x.la endif +if HW_CENTER_3XX +libsigrokhardware_la_LIBADD += center-3xx/libsigrok_hw_center_3xx.la +endif + if HW_CHRONOVU_LA8 libsigrokhardware_la_LIBADD += chronovu-la8/libsigrok_hw_chronovu_la8.la endif