]> sigrok.org Git - libsigrok.git/blobdiff - hardware/saleae-logic/Makefile.am
Consistently use _exit prefix for functions.
[libsigrok.git] / hardware / saleae-logic / Makefile.am
index 3e7fc724025d95a37819f868b08a919f18005925..120df19159796bdc96899cb53a6399d9deae1ac0 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_SALEAE_LOGIC
 
 # Local lib, this is NOT meant to be installed!
 noinst_LTLIBRARIES = libsigrokhwsaleaelogic.la
@@ -28,3 +28,5 @@ libsigrokhwsaleaelogic_la_SOURCES = \
 libsigrokhwsaleaelogic_la_CFLAGS = \
        -I$(top_srcdir)/libsigrok
 
+endif
+