X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fasix-sigma%2FMakefile.am;h=f0bd5ad8bfac3b33be25a5952011928e3e9bd5b4;hb=1663e4706cd966fcaed40d067ceea4b613e8125d;hp=a3cf54e3c71db9663cc512278733be601501c4bb;hpb=5819184b229d5d33ccb8e5ed5f7d715f501fedb5;p=libsigrok.git diff --git a/hardware/asix-sigma/Makefile.am b/hardware/asix-sigma/Makefile.am index a3cf54e3..f0bd5ad8 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 @@ -27,7 +29,7 @@ libsigrokhwasixsigma_la_SOURCES = \ asix-sigma.h libsigrokhwasixsigma_la_CFLAGS = \ - -I$(top_srcdir)/libsigrok + -I$(top_srcdir) endif