X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fzeroplus-logic-cube%2FMakefile.am;h=d3bc2d96619a5b0c3b65faff2627ce51878c3bfa;hb=3678cf73fea3c7903eb8887d8bb0dec61cb09e6e;hp=5452e14ce419c9734210ecaa817a6f21a586660e;hpb=50985c2019b2b5a6ce394589d89ee925b4f5e3a9;p=libsigrok.git diff --git a/hardware/zeroplus-logic-cube/Makefile.am b/hardware/zeroplus-logic-cube/Makefile.am index 5452e14c..d3bc2d96 100644 --- a/hardware/zeroplus-logic-cube/Makefile.am +++ b/hardware/zeroplus-logic-cube/Makefile.am @@ -17,12 +17,12 @@ ## along with this program. If not, see . ## -if LA_ZEROPLUS_LOGIC_CUBE +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