X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fopenbench-logic-sniffer%2FMakefile.am;h=8c524b321c250fc88018d47f495925763e4eb39f;hb=c19298d1413e2783bf723f5eb4ee098d9b8f159b;hp=a4881f567d23a2fb68a1cf05bbb0c89bbc6d29a8;hpb=340f6e7aeaf0c6cbbb27c5b535787bd09407994b;p=libsigrok.git diff --git a/hardware/openbench-logic-sniffer/Makefile.am b/hardware/openbench-logic-sniffer/Makefile.am index a4881f56..8c524b32 100644 --- a/hardware/openbench-logic-sniffer/Makefile.am +++ b/hardware/openbench-logic-sniffer/Makefile.am @@ -17,12 +17,16 @@ ## along with this program. If not, see . ## +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