X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fopenbench-logic-sniffer%2FMakefile.am;h=f03f0d89f7b09e2d0b3cc629399821ecc471b897;hb=refs%2Ftags%2Fdsupstream;hp=2f57bc35dc07dd667551b2626846d4a12e6daaa3;hpb=8a839354c122b533181fe02da82d0110a44911cf;p=libsigrok.git diff --git a/hardware/openbench-logic-sniffer/Makefile.am b/hardware/openbench-logic-sniffer/Makefile.am index 2f57bc35..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,9 +23,11 @@ if LA_OLS noinst_LTLIBRARIES = libsigrokhwols.la libsigrokhwols_la_SOURCES = \ - ols.c + api.c \ + protocol.c \ + protocol.h libsigrokhwols_la_CFLAGS = \ - -I$(top_srcdir)/libsigrok + -I$(top_srcdir) endif