mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-06 04:06:34 -05:00
This is an attempt to explain the UCM in a more verbose way. BugLink: https://github.com/alsa-project/alsa-ucm-conf/issues/103 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
11 lines
240 B
Makefile
11 lines
240 B
Makefile
EXTRA_LTLIBRARIES = libucm.la
|
|
|
|
libucm_la_SOURCES = utils.c parser.c ucm_cond.c ucm_subs.c ucm_include.c \
|
|
ucm_regex.c ucm_exec.c main.c
|
|
|
|
noinst_HEADERS = ucm_local.h ucm_confdoc.h
|
|
|
|
all: libucm.la
|
|
|
|
|
|
AM_CPPFLAGS=-I$(top_srcdir)/include
|