X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Falsa%2FMakefile.am;h=df9d88b74d92dce40aa099f3a08833194044f5d5;hb=0ab702601d6b855f162340da9a19b1885ee16253;hp=87c6b50bd1684f57d9977bcb15d8e8fed2125a21;hpb=9cd9f6b71c35c0203b7e8997ce9425d0dc6e0f4d;p=libsigrok.git diff --git a/hardware/alsa/Makefile.am b/hardware/alsa/Makefile.am index 87c6b50b..df9d88b7 100644 --- a/hardware/alsa/Makefile.am +++ b/hardware/alsa/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 ## @@ -20,14 +20,14 @@ if HW_ALSA # Local lib, this is NOT meant to be installed! -noinst_LTLIBRARIES = libsigrokhwalsa.la +noinst_LTLIBRARIES = libsigrok_hw_alsa.la -libsigrokhwalsa_la_SOURCES = \ +libsigrok_hw_alsa_la_SOURCES = \ protocol.h \ protocol.c \ api.c -libsigrokhwalsa_la_CFLAGS = \ +libsigrok_hw_alsa_la_CFLAGS = \ -I$(top_srcdir) endif