X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fopenbench-logic-sniffer%2FMakefile.am;h=c9af79df654e39a7009efbb160cddde9ca75b170;hb=889ef4a01cbf50d381cda0a1331b794a2c6d26c8;hp=f03f0d89f7b09e2d0b3cc629399821ecc471b897;hpb=50985c2019b2b5a6ce394589d89ee925b4f5e3a9;p=libsigrok.git diff --git a/hardware/openbench-logic-sniffer/Makefile.am b/hardware/openbench-logic-sniffer/Makefile.am index f03f0d89..c9af79df 100644 --- a/hardware/openbench-logic-sniffer/Makefile.am +++ b/hardware/openbench-logic-sniffer/Makefile.am @@ -17,17 +17,17 @@ ## along with this program. If not, see . ## -if LA_OLS +if HW_OLS # Local lib, this is NOT meant to be installed! -noinst_LTLIBRARIES = libsigrokhwols.la +noinst_LTLIBRARIES = libsigrok_hw_ols.la -libsigrokhwols_la_SOURCES = \ +libsigrok_hw_ols_la_SOURCES = \ api.c \ protocol.c \ protocol.h -libsigrokhwols_la_CFLAGS = \ +libsigrok_hw_ols_la_CFLAGS = \ -I$(top_srcdir) endif