mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Change .so module name and installation patch (/usr/lib/alsa-lib/scopes)
This commit is contained in:
parent
3bcf2f805d
commit
c9d343a0cc
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue