mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-26 07:00:11 -05:00
initial & empty smixer-ac97.so module (only the build framework)
This commit is contained in:
parent
c9d343a0cc
commit
4c4849230c
7 changed files with 65 additions and 10 deletions
8
src/mixer/simple/Makefile.am
Normal file
8
src/mixer/simple/Makefile.am
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue