mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-18 07:00:03 -05:00
Moved send_fd/receive_fd routines to src/socket.c .
This commit is contained in:
parent
ad49e473ec
commit
2e7fe2865a
7 changed files with 120 additions and 109 deletions
|
|
@ -9,7 +9,7 @@ VSYMS =
|
|||
endif
|
||||
|
||||
lib_LTLIBRARIES = libasound.la
|
||||
libasound_la_SOURCES = conf.c confmisc.c input.c output.c async.c error.c dlmisc.c
|
||||
libasound_la_SOURCES = conf.c confmisc.c input.c output.c async.c error.c dlmisc.c socket.c
|
||||
libasound_la_LIBADD = control/libcontrol.la mixer/libmixer.la pcm/libpcm.la \
|
||||
rawmidi/librawmidi.la timer/libtimer.la \
|
||||
hwdep/libhwdep.la seq/libseq.la instr/libinstr.la \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue