]> sigrok.org Git - libsigrok.git/blobdiff - hardware/asix-sigma/Makefile.am
Use consistent HW_ name prefixes everywhere.
[libsigrok.git] / hardware / asix-sigma / Makefile.am
index 6359e25fbc11a605f69eb44d23c019f51a9c7017..195709d3354346ced38834c850b1750bd52e122c 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>
 ##
@@ -17,7 +17,7 @@
 ## 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)"'
 
@@ -29,7 +29,7 @@ libsigrokhwasixsigma_la_SOURCES = \
        asix-sigma.h
 
 libsigrokhwasixsigma_la_CFLAGS = \
-       -I$(top_srcdir)/libsigrok
+       -I$(top_srcdir)
 
 endif