]> sigrok.org Git - libsigrok.git/blobdiff - hardware/asix-sigma/Makefile.am
Consistently use _exit prefix for functions.
[libsigrok.git] / hardware / asix-sigma / Makefile.am
index 0413a0db3e004d026a25594b6182a5bd41a648c3..a3cf54e3c71db9663cc512278733be601501c4bb 100644 (file)
@@ -17,7 +17,7 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
-AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"'
+if LA_ASIX_SIGMA
 
 # Local lib, this is NOT meant to be installed!
 noinst_LTLIBRARIES = libsigrokhwasixsigma.la
@@ -29,3 +29,5 @@ libsigrokhwasixsigma_la_SOURCES = \
 libsigrokhwasixsigma_la_CFLAGS = \
        -I$(top_srcdir)/libsigrok
 
+endif
+