X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fasix-sigma%2FMakefile.am;h=f7b1b23b3f222225cb78ffc04b4a3c2a1eaa6e66;hb=57d0a2e195c6dac9e00bf6af3aa35bc394500b15;hp=195709d3354346ced38834c850b1750bd52e122c;hpb=9e165e742fcaf247fe36644192194e59a02698aa;p=libsigrok.git diff --git a/hardware/asix-sigma/Makefile.am b/hardware/asix-sigma/Makefile.am index 195709d3..f7b1b23b 100644 --- a/hardware/asix-sigma/Makefile.am +++ b/hardware/asix-sigma/Makefile.am @@ -22,13 +22,13 @@ if HW_ASIX_SIGMA AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"' # Local lib, this is NOT meant to be installed! -noinst_LTLIBRARIES = libsigrokhwasixsigma.la +noinst_LTLIBRARIES = libsigrok_hw_asix_sigma.la -libsigrokhwasixsigma_la_SOURCES = \ +libsigrok_hw_asix_sigma_la_SOURCES = \ asix-sigma.c \ asix-sigma.h -libsigrokhwasixsigma_la_CFLAGS = \ +libsigrok_hw_asix_sigma_la_CFLAGS = \ -I$(top_srcdir) endif