X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Ffx2lafw%2FMakefile.am;h=75424b1682bb046dbf507b5fc9aa5804d5b949bf;hb=98494dc8a393f6e1b73fddb1e59aa3a3f590d764;hp=891ba86a96bad8f29799b1d83886cdd45f8b764b;hpb=50985c2019b2b5a6ce394589d89ee925b4f5e3a9;p=libsigrok.git diff --git a/hardware/fx2lafw/Makefile.am b/hardware/fx2lafw/Makefile.am index 891ba86a..75424b16 100644 --- a/hardware/fx2lafw/Makefile.am +++ b/hardware/fx2lafw/Makefile.am @@ -17,20 +17,20 @@ ## along with this program. If not, see . ## -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