X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Ffx2lafw%2FMakefile.am;h=c738b05ba37c3f04c22b5d2648ee5495befab79a;hb=9ad05e6cd28e5a4c7cc4f38d2dcb561a14bb5563;hp=75424b1682bb046dbf507b5fc9aa5804d5b949bf;hpb=2a052cc4d68acac9ac4847adba219d418df628f1;p=libsigrok.git diff --git a/hardware/fx2lafw/Makefile.am b/hardware/fx2lafw/Makefile.am index 75424b16..c738b05b 100644 --- a/hardware/fx2lafw/Makefile.am +++ b/hardware/fx2lafw/Makefile.am @@ -25,10 +25,9 @@ AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"' noinst_LTLIBRARIES = libsigrok_hw_fx2lafw.la libsigrok_hw_fx2lafw_la_SOURCES = \ - command.c \ - command.h \ - fx2lafw.c \ - fx2lafw.h + api.c \ + protocol.c \ + protocol.h libsigrok_hw_fx2lafw_la_CFLAGS = \ -I$(top_srcdir)