X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fasix-sigma%2FMakefile.am;h=f0bd5ad8bfac3b33be25a5952011928e3e9bd5b4;hb=82b904b173f1443c4d6bdebdf1a7f0dda01c4982;hp=0413a0db3e004d026a25594b6182a5bd41a648c3;hpb=340f6e7aeaf0c6cbbb27c5b535787bd09407994b;p=libsigrok.git diff --git a/hardware/asix-sigma/Makefile.am b/hardware/asix-sigma/Makefile.am index 0413a0db..f0bd5ad8 100644 --- a/hardware/asix-sigma/Makefile.am +++ b/hardware/asix-sigma/Makefile.am @@ -17,6 +17,8 @@ ## along with this program. If not, see . ## +if LA_ASIX_SIGMA + AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"' # Local lib, this is NOT meant to be installed! @@ -27,5 +29,7 @@ libsigrokhwasixsigma_la_SOURCES = \ asix-sigma.h libsigrokhwasixsigma_la_CFLAGS = \ - -I$(top_srcdir)/libsigrok + -I$(top_srcdir) + +endif