X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fopenbench-logic-sniffer%2FMakefile.am;h=2f57bc35dc07dd667551b2626846d4a12e6daaa3;hb=cdbc51d97d027c3889aad43c9d9ed3344cfb5a91;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..2f57bc35 100644 --- a/hardware/openbench-logic-sniffer/Makefile.am +++ b/hardware/openbench-logic-sniffer/Makefile.am @@ -17,6 +17,8 @@ ## along with this program. If not, see . ## +if LA_OLS + # Local lib, this is NOT meant to be installed! noinst_LTLIBRARIES = libsigrokhwols.la @@ -26,3 +28,4 @@ libsigrokhwols_la_SOURCES = \ libsigrokhwols_la_CFLAGS = \ -I$(top_srcdir)/libsigrok +endif