]> sigrok.org Git - libsigrok.git/blobdiff - hardware/zeroplus-logic-cube/Makefile.am
sr: change all drivers to use SR_DF_META_LOGIC
[libsigrok.git] / hardware / zeroplus-logic-cube / Makefile.am
index 17f7c1229a23d63cb1dd1865be110096e5b89e81..92313ec3af279fbcbbc413ca417ecb1f35ecf5fd 100644 (file)
@@ -17,6 +17,8 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
+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