X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fsaleae-logic%2FMakefile.am;h=baa70bd359854efa2c5148ef05311dfabeada7c7;hb=003f9bebf9f97225b08383573544c1ece7239aea;hp=183e7ecb484dd3b10a0e0188c4d52dafc66d96a1;hpb=7c17ac6cc4ecc30a1df1848ef3a3e0827351090c;p=libsigrok.git diff --git a/hardware/saleae-logic/Makefile.am b/hardware/saleae-logic/Makefile.am index 183e7ecb..baa70bd3 100644 --- a/hardware/saleae-logic/Makefile.am +++ b/hardware/saleae-logic/Makefile.am @@ -25,10 +25,11 @@ AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"' 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