]> sigrok.org Git - libsigrok.git/blobdiff - hardware/fx2lafw/Makefile.am
Use consistent HW_ name prefixes everywhere.
[libsigrok.git] / hardware / fx2lafw / Makefile.am
index 5713fe11adc8047fe022da471a31686bbc269388..a8a0c38931000aa2255fce23722ea8b9ae5bf5bd 100644 (file)
@@ -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 <joel@airwebreathe.org.uk>
 ##
@@ -17,7 +17,7 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
-if LA_FX2LAFW
+if HW_FX2LAFW
 
 AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"'
 
@@ -25,6 +25,8 @@ AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"'
 noinst_LTLIBRARIES = libsigrokhwfx2lafw.la
 
 libsigrokhwfx2lafw_la_SOURCES = \
+       command.c \
+       command.h \
        fx2lafw.c \
        fx2lafw.h