]> sigrok.org Git - sigrok-util.git/blobdiff - source/drv-Makefile.am
new-driver: Change 'probe_group' to 'channel_group'.
[sigrok-util.git] / source / drv-Makefile.am
index d1abe7dd14f9488fe1df422165a7db1eff5a59f0..a0bbc80a61e22eda25749d42c478cea1cc6ab0a6 100644 (file)
 if HW_${upper}
 
 # Local lib, this is NOT meant to be installed!
-noinst_LTLIBRARIES = libsigrokhw${lib}.la
+noinst_LTLIBRARIES = libsigrok_hw_${lib}.la
 
-libsigrokhw${lib}_la_SOURCES = \
+libsigrok_hw_${lib}_la_SOURCES = \
        api.c \
        protocol.c \
        protocol.h
 
-libsigrokhw${lib}_la_CFLAGS = \
+libsigrok_hw_${lib}_la_CFLAGS = \
        -I$(top_srcdir)
 
 endif