X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Ffx2lafw%2FMakefile.am;h=75424b1682bb046dbf507b5fc9aa5804d5b949bf;hb=658636f1c934b5b865efd0b4a8202603c577dd0b;hp=fc479083343953d68e144e33b98e1b477c498b48;hpb=f6582cd7bf62bc945ecadda09123fde6c3676107;p=libsigrok.git diff --git a/hardware/fx2lafw/Makefile.am b/hardware/fx2lafw/Makefile.am index fc479083..75424b16 100644 --- a/hardware/fx2lafw/Makefile.am +++ b/hardware/fx2lafw/Makefile.am @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrok project. ## ## Copyright (C) 2012 Joel Holdsworth ## @@ -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