X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Ffx2lafw%2FMakefile.am;h=75424b1682bb046dbf507b5fc9aa5804d5b949bf;hb=658636f1c934b5b865efd0b4a8202603c577dd0b;hp=a8a0c38931000aa2255fce23722ea8b9ae5bf5bd;hpb=9e165e742fcaf247fe36644192194e59a02698aa;p=libsigrok.git diff --git a/hardware/fx2lafw/Makefile.am b/hardware/fx2lafw/Makefile.am index a8a0c389..75424b16 100644 --- a/hardware/fx2lafw/Makefile.am +++ b/hardware/fx2lafw/Makefile.am @@ -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