]> sigrok.org Git - libsigrok.git/blobdiff - hardware/fx2lafw/Makefile.am
Use consistent naming for internal libtool helper libs.
[libsigrok.git] / hardware / fx2lafw / Makefile.am
index a8a0c38931000aa2255fce23722ea8b9ae5bf5bd..75424b1682bb046dbf507b5fc9aa5804d5b949bf 100644 (file)
@@ -22,15 +22,15 @@ if HW_FX2LAFW
 AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"'
 
 # Local lib, this is NOT meant to be installed!
-noinst_LTLIBRARIES = libsigrokhwfx2lafw.la
+noinst_LTLIBRARIES = libsigrok_hw_fx2lafw.la
 
-libsigrokhwfx2lafw_la_SOURCES = \
+libsigrok_hw_fx2lafw_la_SOURCES = \
        command.c \
        command.h \
        fx2lafw.c \
        fx2lafw.h
 
-libsigrokhwfx2lafw_la_CFLAGS = \
+libsigrok_hw_fx2lafw_la_CFLAGS = \
        -I$(top_srcdir)
 
 endif