X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fopenbench-logic-sniffer%2FMakefile.am;h=f03f0d89f7b09e2d0b3cc629399821ecc471b897;hb=50985c2019b2b5a6ce394589d89ee925b4f5e3a9;hp=0b31a1ffc4149c9e0632bf3012f265346afb3459;hpb=4fe9a6da79561d82f2c88c39e222ae86c5507900;p=libsigrok.git diff --git a/hardware/openbench-logic-sniffer/Makefile.am b/hardware/openbench-logic-sniffer/Makefile.am index 0b31a1ff..f03f0d89 100644 --- a/hardware/openbench-logic-sniffer/Makefile.am +++ b/hardware/openbench-logic-sniffer/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 ## @@ -23,10 +23,11 @@ if LA_OLS noinst_LTLIBRARIES = libsigrokhwols.la libsigrokhwols_la_SOURCES = \ - ols.c \ - ols.h + api.c \ + protocol.c \ + protocol.h libsigrokhwols_la_CFLAGS = \ - -I$(top_srcdir)/libsigrok + -I$(top_srcdir) endif