X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Ffx2lafw%2FMakefile.am;h=c738b05ba37c3f04c22b5d2648ee5495befab79a;hb=79bc9924d70d6c785c3ab28d35ac67f4a3601e1d;hp=a8a0c38931000aa2255fce23722ea8b9ae5bf5bd;hpb=9e165e742fcaf247fe36644192194e59a02698aa;p=libsigrok.git diff --git a/hardware/fx2lafw/Makefile.am b/hardware/fx2lafw/Makefile.am index a8a0c389..c738b05b 100644 --- a/hardware/fx2lafw/Makefile.am +++ b/hardware/fx2lafw/Makefile.am @@ -22,15 +22,14 @@ 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 = \ - command.c \ - command.h \ - fx2lafw.c \ - fx2lafw.h +libsigrok_hw_fx2lafw_la_SOURCES = \ + api.c \ + protocol.c \ + protocol.h -libsigrokhwfx2lafw_la_CFLAGS = \ +libsigrok_hw_fx2lafw_la_CFLAGS = \ -I$(top_srcdir) endif