## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
+if LA_ASIX_SIGMA
+
AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"'
# Local lib, this is NOT meant to be installed!
libsigrokhwasixsigma_la_CFLAGS = \
-I$(top_srcdir)/libsigrok
+endif
+
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
+if LA_OLS
+
# Local lib, this is NOT meant to be installed!
noinst_LTLIBRARIES = libsigrokhwols.la
libsigrokhwols_la_CFLAGS = \
-I$(top_srcdir)/libsigrok
+endif
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
+if LA_SALEAE_LOGIC
+
AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"'
# Local lib, this is NOT meant to be installed!
libsigrokhwsaleaelogic_la_CFLAGS = \
-I$(top_srcdir)/libsigrok
+endif
+
## 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
libsigrokhwzeroplus_la_CFLAGS = \
-I$(top_srcdir)/libsigrok
+endif
+