Revert FIRMWARE_DIR / DECODERS_DIR method for now.

There were several issues with the other method, revert for now.
This commit is contained in:
Uwe Hermann 2011-02-04 20:11:17 +01:00
parent d81d29333e
commit 0f33365007
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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