]> sigrok.org Git - libsigrok.git/blobdiff - hardware/chronovu-la8/Makefile.am
hantek-dso: add profiles for all five models in the series
[libsigrok.git] / hardware / chronovu-la8 / Makefile.am
index 38217648bbea21672e32261b38e9763f3b713116..db4d6a854cdc2ed9bb04c14207af2c4fbc1f88b6 100644 (file)
@@ -24,9 +24,11 @@ if LA_CHRONOVU_LA8
 noinst_LTLIBRARIES = libsigrokhwchronovula8.la
 
 libsigrokhwchronovula8_la_SOURCES = \
-       chronovu-la8.c
+       api.c \
+       driver.c \
+       driver.h
 
 libsigrokhwchronovula8_la_CFLAGS = \
-       -I$(top_srcdir)/libsigrok
+       -I$(top_srcdir)
 
 endif