X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Flink-mso19%2FMakefile.am;h=01ebd3cc6221c616d5fa1a2b5c04439beba30434;hb=f2b830f71df551e68f85eace38b01f4c741da328;hp=5e272ab8cc3a2b72e493fbdfb7d55cdb91f95501;hpb=def5c35c4c4a4f62ffc8800a1e2d7154e8fc4bd3;p=libsigrok.git diff --git a/hardware/link-mso19/Makefile.am b/hardware/link-mso19/Makefile.am index 5e272ab8..01ebd3cc 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,18 +17,17 @@ ## 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 +noinst_LTLIBRARIES = libsigrok_hw_link_mso_19.la -libsigrokhwlinkmso19_la_SOURCES = \ +libsigrok_hw_link_mso_19_la_SOURCES = \ api.c \ protocol.c \ protocol.h -#link-mso19.c -libsigrokhwlinkmso19_la_CFLAGS = \ +libsigrok_hw_link_mso_19_la_CFLAGS = \ -I$(top_srcdir) endif