X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fopenbench-logic-sniffer%2FMakefile.am;h=c9af79df654e39a7009efbb160cddde9ca75b170;hb=9ad05e6cd28e5a4c7cc4f38d2dcb561a14bb5563;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..c9af79df 100644 --- a/hardware/openbench-logic-sniffer/Makefile.am +++ b/hardware/openbench-logic-sniffer/Makefile.am @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrok project. ## ## Copyright (C) 2011 Uwe Hermann ## @@ -17,12 +17,17 @@ ## along with this program. If not, see . ## +if HW_OLS + # Local lib, this is NOT meant to be installed! -noinst_LTLIBRARIES = libsigrokhwols.la +noinst_LTLIBRARIES = libsigrok_hw_ols.la -libsigrokhwols_la_SOURCES = \ - ols.c +libsigrok_hw_ols_la_SOURCES = \ + api.c \ + protocol.c \ + protocol.h -libsigrokhwols_la_CFLAGS = \ - -I$(top_srcdir)/libsigrok +libsigrok_hw_ols_la_CFLAGS = \ + -I$(top_srcdir) +endif