]> sigrok.org Git - libsigrok.git/blobdiff - hardware/fx2lafw/Makefile.am
fs9922: Fix typo.
[libsigrok.git] / hardware / fx2lafw / Makefile.am
index 891ba86a96bad8f29799b1d83886cdd45f8b764b..75424b1682bb046dbf507b5fc9aa5804d5b949bf 100644 (file)
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
-if LA_FX2LAFW
+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