From c9d343a0ccc55e6298c1f60cb5355337f3403daa Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 7 Jun 2005 11:31:18 +0000 Subject: [PATCH] Change .so module name and installation patch (/usr/lib/alsa-lib/scopes) --- src/pcm/scopes/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.47.1