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:
Liam Girdwood 2015-07-29 17:45:23 +01:00 committed by Takashi Iwai
parent 1d1dff5676
commit fec1e8f253
4 changed files with 38 additions and 1 deletions

19
src/topology/Makefile.am Normal file
View 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