mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
topology: autotools: Add build support for topology core
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
1d1dff5676
commit
fec1e8f253
4 changed files with 38 additions and 1 deletions
19
src/topology/Makefile.am
Normal file
19
src/topology/Makefile.am
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue