X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fsaleae-logic%2FMakefile.am;h=183e7ecb484dd3b10a0e0188c4d52dafc66d96a1;hb=2566bd4884bf33518488504575ba62e99ef43a7b;hp=3e7fc724025d95a37819f868b08a919f18005925;hpb=340f6e7aeaf0c6cbbb27c5b535787bd09407994b;p=libsigrok.git diff --git a/hardware/saleae-logic/Makefile.am b/hardware/saleae-logic/Makefile.am index 3e7fc724..183e7ecb 100644 --- a/hardware/saleae-logic/Makefile.am +++ b/hardware/saleae-logic/Makefile.am @@ -17,6 +17,8 @@ ## along with this program. If not, see . ## +if LA_SALEAE_LOGIC + AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"' # Local lib, this is NOT meant to be installed! @@ -28,3 +30,5 @@ libsigrokhwsaleaelogic_la_SOURCES = \ libsigrokhwsaleaelogic_la_CFLAGS = \ -I$(top_srcdir)/libsigrok +endif +