From: Jaroslav Kysela Date: Tue, 7 Jun 2005 11:31:18 +0000 (+0000) Subject: Change .so module name and installation patch (/usr/lib/alsa-lib/scopes) X-Git-Tag: v1.0.10rc1~36 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=c9d343a0ccc55e6298c1f60cb5355337f3403daa;p=alsa-lib.git Change .so module name and installation patch (/usr/lib/alsa-lib/scopes) --- diff --git a/src/pcm/scopes/Makefile.am b/src/pcm/scopes/Makefile.am index b7079466..0ce845d1 100644 --- a/src/pcm/scopes/Makefile.am +++ b/src/pcm/scopes/Makefile.am @@ -1,7 +1,9 @@ +pkglibdir = $(libdir)/@PACKAGE@/scopes AM_CFLAGS = -g -O2 -W -Wall -pkglib_LTLIBRARIES = liblevel.la +pkglib_LTLIBRARIES = scope-level.la -liblevel_la_SOURCES = level.c -liblevel_la_LIBADD = -lncurses +scope_level_la_SOURCES = level.c +scope_level_la_LDFLAGS = -module +scope_level_la_LIBADD = -lncurses