mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-26 07:00:11 -05:00
8 lines
171 B
Makefile
8 lines
171 B
Makefile
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
|