From 0f33365007d72e3f114938a61b9c426b6f5e48c6 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 4 Feb 2011 20:11:17 +0100 Subject: [PATCH] Revert FIRMWARE_DIR / DECODERS_DIR method for now. There were several issues with the other method, revert for now. --- hardware/asix-sigma/Makefile.am | 2 ++ hardware/saleae-logic/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hardware/asix-sigma/Makefile.am b/hardware/asix-sigma/Makefile.am index a3cf54e3..6359e25f 100644 --- a/hardware/asix-sigma/Makefile.am +++ b/hardware/asix-sigma/Makefile.am @@ -19,6 +19,8 @@ if LA_ASIX_SIGMA +AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"' + # Local lib, this is NOT meant to be installed! noinst_LTLIBRARIES = libsigrokhwasixsigma.la diff --git a/hardware/saleae-logic/Makefile.am b/hardware/saleae-logic/Makefile.am index 120df191..183e7ecb 100644 --- a/hardware/saleae-logic/Makefile.am +++ b/hardware/saleae-logic/Makefile.am @@ -19,6 +19,8 @@ if LA_SALEAE_LOGIC +AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"' + # Local lib, this is NOT meant to be installed! noinst_LTLIBRARIES = libsigrokhwsaleaelogic.la