]> sigrok.org Git - libsigrok.git/blobdiff - hardware/agilent-dmm/Makefile.am
scpi_usbtmc_libusb.c: Fix two error checks.
[libsigrok.git] / hardware / agilent-dmm / Makefile.am
index cb998f5ef8bbc1aaee5d2909480530e3248c6ad0..2702d6bbe217fe6b1e0bfbdd04cbf588928ec236 100644 (file)
 if HW_AGILENT_DMM
 
 # Local lib, this is NOT meant to be installed!
-noinst_LTLIBRARIES = libsigrokhwagilentdmm.la
+noinst_LTLIBRARIES = libsigrok_hw_agilent_dmm.la
 
-libsigrokhwagilentdmm_la_SOURCES = \
+libsigrok_hw_agilent_dmm_la_SOURCES = \
        api.c \
        agilent-dmm.h \
        sched.c
 
-libsigrokhwagilentdmm_la_CFLAGS = \
+libsigrok_hw_agilent_dmm_la_CFLAGS = \
        -I$(top_srcdir)
 
 endif