X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fzeroplus-logic-cube%2FMakefile.am;h=6e2e2633506f229b3293ac9460bed00627690ef5;hb=d2e0b1fa71b90faf1f7e77b72627868baf5e9135;hp=ce4d415bb1391c8c01795a09c6e6a202e5cf8c90;hpb=7c17ac6cc4ecc30a1df1848ef3a3e0827351090c;p=libsigrok.git diff --git a/hardware/zeroplus-logic-cube/Makefile.am b/hardware/zeroplus-logic-cube/Makefile.am index ce4d415b..6e2e2633 100644 --- a/hardware/zeroplus-logic-cube/Makefile.am +++ b/hardware/zeroplus-logic-cube/Makefile.am @@ -23,14 +23,16 @@ if LA_ZEROPLUS_LOGIC_CUBE noinst_LTLIBRARIES = libsigrokhwzeroplus.la libsigrokhwzeroplus_la_SOURCES = \ + api.c \ + protocol.c \ + protocol.h \ analyzer.c \ analyzer.h \ gl_usb.c \ - gl_usb.h \ - zeroplus.c + gl_usb.h libsigrokhwzeroplus_la_CFLAGS = \ - -I$(top_srcdir)/libsigrok + -I$(top_srcdir) endif