X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fsaleae-logic%2FMakefile.am;h=baa70bd359854efa2c5148ef05311dfabeada7c7;hb=cd315a80d87a24a19a7846497d74c5ca85d494a0;hp=120df19159796bdc96899cb53a6399d9deae1ac0;hpb=5819184b229d5d33ccb8e5ed5f7d715f501fedb5;p=libsigrok.git diff --git a/hardware/saleae-logic/Makefile.am b/hardware/saleae-logic/Makefile.am index 120df191..baa70bd3 100644 --- a/hardware/saleae-logic/Makefile.am +++ b/hardware/saleae-logic/Makefile.am @@ -19,14 +19,17 @@ 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