]> sigrok.org Git - libsigrok.git/commitdiff
Remove duplicate FIRMWARE_DIR includes.
authorUwe Hermann <redacted>
Fri, 21 Jan 2011 20:04:01 +0000 (21:04 +0100)
committerUwe Hermann <redacted>
Fri, 21 Jan 2011 20:14:37 +0000 (21:14 +0100)
We use AC_DEFINE_UNQUOTED in configure.ac now to put the FIRMWARE_DIR #define
in the config.h file, which is included where we need the #define.

Makefile.am
hardware/asix-sigma/Makefile.am
hardware/asix-sigma/asix-sigma.c
hardware/saleae-logic/Makefile.am
output/Makefile.am

index 94790203c9e045c128277745c7232164cc40f60e..1e259e9743c1838c86d8b96b31852df6e694f08f 100644 (file)
@@ -17,8 +17,7 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
-AM_CPPFLAGS = -I $(top_srcdir)/libsigrok \
-             -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"'
+AM_CPPFLAGS = -I $(top_srcdir)/libsigrok
 
 SUBDIRS = hardware input output firmware
 
index 6359e25fbc11a605f69eb44d23c019f51a9c7017..a3cf54e3c71db9663cc512278733be601501c4bb 100644 (file)
@@ -19,8 +19,6 @@
 
 if LA_ASIX_SIGMA
 
-AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"'
-
 # Local lib, this is NOT meant to be installed!
 noinst_LTLIBRARIES = libsigrokhwasixsigma.la
 
index 3828d55a3a72074a7dda95e95057e15bafc44302..41df8e6a171130341255edf5c02eaa2a3b5ec159 100644 (file)
@@ -27,6 +27,7 @@
 #include <string.h>
 #include <zlib.h>
 #include <sigrok.h>
+#include <config.h>
 #include "asix-sigma.h"
 
 #define USB_VENDOR                     0xa600
index 183e7ecb484dd3b10a0e0188c4d52dafc66d96a1..120df19159796bdc96899cb53a6399d9deae1ac0 100644 (file)
@@ -19,8 +19,6 @@
 
 if LA_SALEAE_LOGIC
 
-AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"'
-
 # Local lib, this is NOT meant to be installed!
 noinst_LTLIBRARIES = libsigrokhwsaleaelogic.la
 
index 98a21da633eccca3ae43139da9f9c87232c1b805..05ec392aee33286b143deb81f403cdffb6032e55 100644 (file)
@@ -17,8 +17,6 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
-AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"'
-
 # Local lib, this is NOT meant to be installed!
 noinst_LTLIBRARIES = libsigrokoutput.la