Revert FIRMWARE_DIR / DECODERS_DIR method for now.
There were several issues with the other method, revert for now.
This commit is contained in:
parent
d81d29333e
commit
0f33365007
|
@ -19,6 +19,8 @@
|
||||||
|
|
||||||
if LA_ASIX_SIGMA
|
if LA_ASIX_SIGMA
|
||||||
|
|
||||||
|
AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"'
|
||||||
|
|
||||||
# Local lib, this is NOT meant to be installed!
|
# Local lib, this is NOT meant to be installed!
|
||||||
noinst_LTLIBRARIES = libsigrokhwasixsigma.la
|
noinst_LTLIBRARIES = libsigrokhwasixsigma.la
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,8 @@
|
||||||
|
|
||||||
if LA_SALEAE_LOGIC
|
if LA_SALEAE_LOGIC
|
||||||
|
|
||||||
|
AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"'
|
||||||
|
|
||||||
# Local lib, this is NOT meant to be installed!
|
# Local lib, this is NOT meant to be installed!
|
||||||
noinst_LTLIBRARIES = libsigrokhwsaleaelogic.la
|
noinst_LTLIBRARIES = libsigrokhwsaleaelogic.la
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue