X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=source%2Fdrv-Makefile.am;h=a0bbc80a61e22eda25749d42c478cea1cc6ab0a6;hp=7af869e40ba38dc140e712638aaed2430aae2930;hb=d73e0933046c580cc6d52f7099364a2af6ce141f;hpb=a65d66c08881d65a6d6e37be8efc1a24e4f60592 diff --git a/source/drv-Makefile.am b/source/drv-Makefile.am index 7af869e..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 = \ - api.c \ - protocol.c \ - protocol.h +libsigrok_hw_${lib}_la_SOURCES = \ + api.c \ + protocol.c \ + protocol.h -libsigrokhw${lib}_la_CFLAGS = \ - -I$(top_srcdir) +libsigrok_hw_${lib}_la_CFLAGS = \ + -I$(top_srcdir) endif