]> sigrok.org Git - libsigrok.git/blobdiff - hardware/openbench-logic-sniffer/Makefile.am
GPL headers: Use correct project name.
[libsigrok.git] / hardware / openbench-logic-sniffer / Makefile.am
index 0b31a1ffc4149c9e0632bf3012f265346afb3459..f03f0d89f7b09e2d0b3cc629399821ecc471b897 100644 (file)
@@ -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 <uwe@hermann-uwe.de>
 ##
@@ -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