X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fzeroplus-logic-cube%2FMakefile.am;h=92313ec3af279fbcbbc413ca417ecb1f35ecf5fd;hb=f366e86c68071fa7888259aa3963b213caa81b51;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..92313ec3 100644 --- a/hardware/zeroplus-logic-cube/Makefile.am +++ b/hardware/zeroplus-logic-cube/Makefile.am @@ -17,6 +17,8 @@ ## along with this program. If not, see . ## +if LA_ZEROPLUS_LOGIC_CUBE + # Local lib, this is NOT meant to be installed! noinst_LTLIBRARIES = libsigrokhwzeroplus.la @@ -28,5 +30,7 @@ libsigrokhwzeroplus_la_SOURCES = \ zeroplus.c libsigrokhwzeroplus_la_CFLAGS = \ - -I$(top_srcdir)/libsigrok + -I$(top_srcdir) + +endif