X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Flink-mso19%2FMakefile.am;h=0f3986cf519e0dc2100fb26061660276d52b1af5;hb=7ab89f4827d516313cafc9b7b9670ee99dc9c584;hp=4745f6e707a44a959c87c47e61cf01c68941131c;hpb=2566bd4884bf33518488504575ba62e99ef43a7b;p=libsigrok.git diff --git a/hardware/link-mso19/Makefile.am b/hardware/link-mso19/Makefile.am index 4745f6e7..0f3986cf 100644 --- a/hardware/link-mso19/Makefile.am +++ b/hardware/link-mso19/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,10 +23,13 @@ if LA_LINK_MSO19 noinst_LTLIBRARIES = libsigrokhwlinkmso19.la libsigrokhwlinkmso19_la_SOURCES = \ - link-mso19.c + api.c \ + protocol.c \ + protocol.h +#link-mso19.c libsigrokhwlinkmso19_la_CFLAGS = \ - -I$(top_srcdir)/libsigrok + -I$(top_srcdir) endif