alsa-lib/src/ucm/Makefile.am
Jaroslav Kysela 2623e4bb76 ucm: add initial doxygen documenation
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>
2021-12-01 10:33:44 +01:00

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