X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=source%2Fdrv-Makefile.am;h=a0bbc80a61e22eda25749d42c478cea1cc6ab0a6;hb=28fca3a8f9e73c86d27f20065e51c69a9118a60e;hp=42c95d4102372dc0da46c008e059acec008bcd91;hpb=126eded091582d9b988d793141d6c428bc38457d;p=sigrok-util.git diff --git a/source/drv-Makefile.am b/source/drv-Makefile.am index 42c95d4..a0bbc80 100644 --- a/source/drv-Makefile.am +++ b/source/drv-Makefile.am @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrok project. ## ## Copyright (C) ${year} ${author} <${email}> ## @@ -20,14 +20,14 @@ if HW_${upper} # Local lib, this is NOT meant to be installed! -noinst_LTLIBRARIES = libsigrokhw${lib}.la +noinst_LTLIBRARIES = libsigrok_hw_${lib}.la -libsigrokhw${lib}_la_SOURCES = \ +libsigrok_hw_${lib}_la_SOURCES = \ api.c \ protocol.c \ protocol.h -libsigrokhw${lib}_la_CFLAGS = \ +libsigrok_hw_${lib}_la_CFLAGS = \ -I$(top_srcdir) endif