mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-22 06:59:56 -05:00
9 lines
171 B
Text
9 lines
171 B
Text
|
|
pkglibdir = $(libdir)/@PACKAGE@/smixer
|
||
|
|
|
||
|
|
AM_CFLAGS = -g -O2 -W -Wall
|
||
|
|
|
||
|
|
pkglib_LTLIBRARIES = smixer-ac97.la
|
||
|
|
|
||
|
|
smixer_ac97_la_SOURCES = ac97.c
|
||
|
|
smixer_ac97_la_LDFLAGS = -module
|