mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-13 13:30:01 -05:00
11 lines
156 B
Text
11 lines
156 B
Text
|
|
EXTRA_LTLIBRARIES = libucm.la
|
||
|
|
|
||
|
|
libucm_la_SOURCES = utils.c parser.c main.c
|
||
|
|
|
||
|
|
noinst_HEADERS = ucm_local.h
|
||
|
|
|
||
|
|
all: libucm.la
|
||
|
|
|
||
|
|
|
||
|
|
INCLUDES=-I$(top_srcdir)/include
|