]> sigrok.org Git - libsigrok.git/blobdiff - hardware/alsa/Makefile.am
scpi_usbtmc_libusb.c: Fix two error checks.
[libsigrok.git] / hardware / alsa / Makefile.am
index 5bacb5b0786dc3ad8187940e825e00352c6bcdff..df9d88b74d92dce40aa099f3a08833194044f5d5 100644 (file)
 if HW_ALSA
 
 # Local lib, this is NOT meant to be installed!
-noinst_LTLIBRARIES = libsigrokhwalsa.la
+noinst_LTLIBRARIES = libsigrok_hw_alsa.la
 
-libsigrokhwalsa_la_SOURCES = \
+libsigrok_hw_alsa_la_SOURCES = \
        protocol.h \
        protocol.c \
        api.c
 
-libsigrokhwalsa_la_CFLAGS = \
+libsigrok_hw_alsa_la_CFLAGS = \
        -I$(top_srcdir)
 
 endif