X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fzeroplus-logic-cube%2FMakefile.am;h=d3bc2d96619a5b0c3b65faff2627ce51878c3bfa;hb=9ad05e6cd28e5a4c7cc4f38d2dcb561a14bb5563;hp=ce4d415bb1391c8c01795a09c6e6a202e5cf8c90;hpb=7c17ac6cc4ecc30a1df1848ef3a3e0827351090c;p=libsigrok.git diff --git a/hardware/zeroplus-logic-cube/Makefile.am b/hardware/zeroplus-logic-cube/Makefile.am index ce4d415b..d3bc2d96 100644 --- a/hardware/zeroplus-logic-cube/Makefile.am +++ b/hardware/zeroplus-logic-cube/Makefile.am @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrok project. ## ## Copyright (C) 2011 Uwe Hermann ## @@ -17,20 +17,22 @@ ## 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 \ analyzer.c \ analyzer.h \ gl_usb.c \ - gl_usb.h \ - zeroplus.c + gl_usb.h -libsigrokhwzeroplus_la_CFLAGS = \ - -I$(top_srcdir)/libsigrok +libsigrok_hw_zeroplus_la_CFLAGS = \ + -I$(top_srcdir) endif