X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fchronovu-la8%2FMakefile.am;h=1cd85822ff0c86f382ab5a923e81aa4e579966c9;hb=refs%2Ftags%2Fdsupstream;hp=38217648bbea21672e32261b38e9763f3b713116;hpb=f4314d7e0611917bdc7713dbffe17559490666d6;p=libsigrok.git diff --git a/hardware/chronovu-la8/Makefile.am b/hardware/chronovu-la8/Makefile.am index 38217648..1cd85822 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 ## @@ -24,9 +24,11 @@ if LA_CHRONOVU_LA8 noinst_LTLIBRARIES = libsigrokhwchronovula8.la libsigrokhwchronovula8_la_SOURCES = \ - chronovu-la8.c + api.c \ + protocol.c \ + protocol.h libsigrokhwchronovula8_la_CFLAGS = \ - -I$(top_srcdir)/libsigrok + -I$(top_srcdir) endif