X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fsaleae-logic%2FMakefile.am;h=baa70bd359854efa2c5148ef05311dfabeada7c7;hb=69cfcfc8f0f3f4358714d706268fc05aaa70ca23;hp=3e7fc724025d95a37819f868b08a919f18005925;hpb=340f6e7aeaf0c6cbbb27c5b535787bd09407994b;p=libsigrok.git diff --git a/hardware/saleae-logic/Makefile.am b/hardware/saleae-logic/Makefile.am index 3e7fc724..baa70bd3 100644 --- a/hardware/saleae-logic/Makefile.am +++ b/hardware/saleae-logic/Makefile.am @@ -17,14 +17,19 @@ ## 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! noinst_LTLIBRARIES = libsigrokhwsaleaelogic.la libsigrokhwsaleaelogic_la_SOURCES = \ - saleae-logic.c + saleae-logic.c \ + saleae-logic.h libsigrokhwsaleaelogic_la_CFLAGS = \ - -I$(top_srcdir)/libsigrok + -I$(top_srcdir) + +endif