]> sigrok.org Git - libsigrok.git/blobdiff - hardware/asix-sigma/Makefile.am
center-3xx: Initial Center 309 / Voltcraft K204 support.
[libsigrok.git] / hardware / asix-sigma / Makefile.am
index a3cf54e3c71db9663cc512278733be601501c4bb..f7b1b23b3f222225cb78ffc04b4a3c2a1eaa6e66 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrok project.
 ##
 ## Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
 ##
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
-if LA_ASIX_SIGMA
+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 = \
-       -I$(top_srcdir)/libsigrok
+libsigrok_hw_asix_sigma_la_CFLAGS = \
+       -I$(top_srcdir)
 
 endif