X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fasix-sigma%2FMakefile.am;h=f7b1b23b3f222225cb78ffc04b4a3c2a1eaa6e66;hb=9ad05e6cd28e5a4c7cc4f38d2dcb561a14bb5563;hp=0413a0db3e004d026a25594b6182a5bd41a648c3;hpb=340f6e7aeaf0c6cbbb27c5b535787bd09407994b;p=libsigrok.git diff --git a/hardware/asix-sigma/Makefile.am b/hardware/asix-sigma/Makefile.am index 0413a0db..f7b1b23b 100644 --- a/hardware/asix-sigma/Makefile.am +++ b/hardware/asix-sigma/Makefile.am @@ -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 ## @@ -17,15 +17,19 @@ ## along with this program. If not, see . ## +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