mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-27 08:56:55 -05:00
Added I/O classes
This commit is contained in:
parent
da4d6f5ee8
commit
e283a3f642
32 changed files with 1882 additions and 226 deletions
|
|
@ -1,12 +1,12 @@
|
|||
SUBDIRS=control mixer pcm rawmidi timer hwdep seq instr compat conf
|
||||
SUBDIRS=control mixer pcm rawmidi timer hwdep seq instr compat
|
||||
COMPATNUM=@LIBTOOL_VERSION_INFO@
|
||||
|
||||
lib_LTLIBRARIES = libasound.la
|
||||
libasound_la_SOURCES = error.c
|
||||
libasound_la_SOURCES = conf.c input.c output.c error.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 \
|
||||
compat/libcompat.la conf/libconf.la -lm -ldl -lpthread
|
||||
compat/libcompat.la -lm -ldl -lpthread
|
||||
|
||||
libasound_la_LDFLAGS = -version-info $(COMPATNUM)
|
||||
|
||||
|
|
@ -37,7 +37,4 @@ instr/libinstr.la:
|
|||
compat/libcompat.la:
|
||||
$(MAKE) -C compat libcompat.la
|
||||
|
||||
conf/libconf.la:
|
||||
$(MAKE) -C conf libconf.la
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue