mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-22 06:59:56 -05:00
20 lines
254 B
Text
20 lines
254 B
Text
|
|
EXTRA_LTLIBRARIES = libtopology.la
|
||
|
|
|
||
|
|
libtopology_la_SOURCES =\
|
||
|
|
parser.c \
|
||
|
|
builder.c \
|
||
|
|
ctl.c \
|
||
|
|
dapm.c \
|
||
|
|
pcm.c \
|
||
|
|
data.c \
|
||
|
|
text.c \
|
||
|
|
channel.c \
|
||
|
|
ops.c \
|
||
|
|
elem.c
|
||
|
|
|
||
|
|
noinst_HEADERS = tplg_local.h
|
||
|
|
|
||
|
|
all: libtopology.la
|
||
|
|
|
||
|
|
AM_CPPFLAGS=-I$(top_srcdir)/include
|