X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fzeroplus-logic-cube%2FMakefile.am;h=d3bc2d96619a5b0c3b65faff2627ce51878c3bfa;hb=f336618c3d1dc766da1c9f8ba46b322de9c746fa;hp=b47a1386a437e9d4ce79883dd15414b178f06776;hpb=9e165e742fcaf247fe36644192194e59a02698aa;p=libsigrok.git diff --git a/hardware/zeroplus-logic-cube/Makefile.am b/hardware/zeroplus-logic-cube/Makefile.am index b47a1386..d3bc2d96 100644 --- a/hardware/zeroplus-logic-cube/Makefile.am +++ b/hardware/zeroplus-logic-cube/Makefile.am @@ -20,9 +20,9 @@ if HW_ZEROPLUS_LOGIC_CUBE # Local lib, this is NOT meant to be installed! -noinst_LTLIBRARIES = libsigrokhwzeroplus.la +noinst_LTLIBRARIES = libsigrok_hw_zeroplus.la -libsigrokhwzeroplus_la_SOURCES = \ +libsigrok_hw_zeroplus_la_SOURCES = \ api.c \ protocol.c \ protocol.h \ @@ -31,7 +31,7 @@ libsigrokhwzeroplus_la_SOURCES = \ gl_usb.c \ gl_usb.h -libsigrokhwzeroplus_la_CFLAGS = \ +libsigrok_hw_zeroplus_la_CFLAGS = \ -I$(top_srcdir) endif