]> sigrok.org Git - libsigrok.git/blobdiff - hardware/openbench-logic-sniffer/Makefile.am
scpi_usbtmc_libusb.c: Fix two error checks.
[libsigrok.git] / hardware / openbench-logic-sniffer / Makefile.am
index f03f0d89f7b09e2d0b3cc629399821ecc471b897..c9af79df654e39a7009efbb160cddde9ca75b170 100644 (file)
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
-if LA_OLS
+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 = \
+libsigrok_hw_ols_la_SOURCES = \
        api.c \
        protocol.c \
        protocol.h
 
-libsigrokhwols_la_CFLAGS = \
+libsigrok_hw_ols_la_CFLAGS = \
        -I$(top_srcdir)
 
 endif