mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-19 07:00:06 -05:00
First version of ALSA client/server
This commit is contained in:
parent
e94033141d
commit
4637f62ff5
12 changed files with 1931 additions and 34 deletions
|
|
@ -3,7 +3,7 @@ SUBDIRS = plugin
|
|||
EXTRA_LTLIBRARIES = libpcm.la
|
||||
|
||||
libpcm_la_SOURCES = pcm.c pcm_hw.c pcm_plug.c pcm_common.c \
|
||||
pcm_misc.c pcm_mmap.c pcm_multi.c
|
||||
pcm_misc.c pcm_mmap.c pcm_multi.c pcm_client.c
|
||||
libpcm_la_LIBADD = plugin/libpcmplugin.la
|
||||
noinst_HEADERS = pcm_local.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue