]> 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 42c95d4102372dc0da46c008e059acec008bcd91..a0bbc80a61e22eda25749d42c478cea1cc6ab0a6 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) ${year} ${author} <${email}>
 ##
 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