X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fopenbench-logic-sniffer%2FMakefile.am;h=c9af79df654e39a7009efbb160cddde9ca75b170;hb=9ad05e6cd28e5a4c7cc4f38d2dcb561a14bb5563;hp=c54130058b6294993f5495f2c49d5aae0d60dd74;hpb=9e165e742fcaf247fe36644192194e59a02698aa;p=libsigrok.git diff --git a/hardware/openbench-logic-sniffer/Makefile.am b/hardware/openbench-logic-sniffer/Makefile.am index c5413005..c9af79df 100644 --- a/hardware/openbench-logic-sniffer/Makefile.am +++ b/hardware/openbench-logic-sniffer/Makefile.am @@ -20,14 +20,14 @@ 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