X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=hardware%2Fopenbench-logic-sniffer%2FMakefile.am;h=8c524b321c250fc88018d47f495925763e4eb39f;hb=d4928d7102c6b2f9f7aa51a1b98669bf148fff80;hp=45daa5b1c5652bb3ee9312ac8761fd2128bfb3f1;hpb=7c17ac6cc4ecc30a1df1848ef3a3e0827351090c;p=libsigrok.git diff --git a/hardware/openbench-logic-sniffer/Makefile.am b/hardware/openbench-logic-sniffer/Makefile.am index 45daa5b1..8c524b32 100644 --- a/hardware/openbench-logic-sniffer/Makefile.am +++ b/hardware/openbench-logic-sniffer/Makefile.am @@ -17,15 +17,16 @@ ## along with this program. If not, see . ## -if LA_OLS +if LA_OLS # Local lib, this is NOT meant to be installed! noinst_LTLIBRARIES = libsigrokhwols.la libsigrokhwols_la_SOURCES = \ - ols.c + ols.c \ + ols.h libsigrokhwols_la_CFLAGS = \ - -I$(top_srcdir)/libsigrok + -I$(top_srcdir) endif