X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fzeroplus-logic-cube%2FMakefile.am;h=b47a1386a437e9d4ce79883dd15414b178f06776;hb=9e165e742fcaf247fe36644192194e59a02698aa;hp=17f7c1229a23d63cb1dd1865be110096e5b89e81;hpb=340f6e7aeaf0c6cbbb27c5b535787bd09407994b;p=libsigrok.git diff --git a/hardware/zeroplus-logic-cube/Makefile.am b/hardware/zeroplus-logic-cube/Makefile.am index 17f7c122..b47a1386 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,16 +17,22 @@ ## along with this program. If not, see . ## +if HW_ZEROPLUS_LOGIC_CUBE + # Local lib, this is NOT meant to be installed! noinst_LTLIBRARIES = libsigrokhwzeroplus.la libsigrokhwzeroplus_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 + -I$(top_srcdir) + +endif