X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Ffx2lafw%2FMakefile.am;h=c738b05ba37c3f04c22b5d2648ee5495befab79a;hb=79bc9924d70d6c785c3ab28d35ac67f4a3601e1d;hp=5713fe11adc8047fe022da471a31686bbc269388;hpb=f302a082567d10f90cd20fca5a7abd68d7267d96;p=libsigrok.git diff --git a/hardware/fx2lafw/Makefile.am b/hardware/fx2lafw/Makefile.am index 5713fe11..c738b05b 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,18 +17,19 @@ ## 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 = \ - 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