X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=hardware%2Fchronovu-la8%2FMakefile.am;h=1ecfe819a41bf47306c8ef2ca6a59c2b38685b7c;hb=f6beaac55ca58c406d6621038abe57c16a47e87f;hp=a8f40df531c97455d7bbb1f68f24cb636c69fda8;hpb=db8ae7b941a31b2bc64e14d60a1e962fd2b2dc38;p=libsigrok.git diff --git a/hardware/chronovu-la8/Makefile.am b/hardware/chronovu-la8/Makefile.am index a8f40df5..1ecfe819 100644 --- a/hardware/chronovu-la8/Makefile.am +++ b/hardware/chronovu-la8/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 ## @@ -18,15 +18,17 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -if LA_CHRONOVU_LA8 +if HW_CHRONOVU_LA8 # Local lib, this is NOT meant to be installed! -noinst_LTLIBRARIES = libsigrokhwchronovula8.la +noinst_LTLIBRARIES = libsigrok_hw_chronovu_la8.la -libsigrokhwchronovula8_la_SOURCES = \ - chronovu-la8.c +libsigrok_hw_chronovu_la8_la_SOURCES = \ + api.c \ + protocol.c \ + protocol.h -libsigrokhwchronovula8_la_CFLAGS = \ +libsigrok_hw_chronovu_la8_la_CFLAGS = \ -I$(top_srcdir) endif