]> sigrok.org Git - libsigrok.git/blobdiff - hardware/chronovu-la8/Makefile.am
Drop link-mso19/nexus-osciprime in preparation for release.
[libsigrok.git] / hardware / chronovu-la8 / Makefile.am
index 38217648bbea21672e32261b38e9763f3b713116..1cd85822ff0c86f382ab5a923e81aa4e579966c9 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>
 ##
@@ -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