X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Flink-mso19%2FMakefile.am;h=a2d4d0076311dc456a68d4b6d440dc8d1ae25601;hb=9e165e742fcaf247fe36644192194e59a02698aa;hp=4745f6e707a44a959c87c47e61cf01c68941131c;hpb=01cf8814949f4786da4a1be79a74030a691be152;p=libsigrok.git diff --git a/hardware/link-mso19/Makefile.am b/hardware/link-mso19/Makefile.am index 4745f6e7..a2d4d007 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 ## @@ -17,16 +17,19 @@ ## along with this program. If not, see . ## -if LA_LINK_MSO19 +if HW_LINK_MSO19 # Local lib, this is NOT meant to be installed! 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