mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Enabled aserver again
This commit is contained in:
parent
968cea235b
commit
71724734d5
2 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS=control mixer pcm rawmidi timer hwdep seq instr compat conf
|
||||
SUBDIRS=control mixer pcm rawmidi timer hwdep seq instr compat conf aserver
|
||||
COMPATNUM=@LIBTOOL_VERSION_INFO@
|
||||
|
||||
lib_LTLIBRARIES = libasound.la
|
||||
|
|
|
|||
|
|
@ -7,3 +7,7 @@ aserver_LDADD = ../libasound.la
|
|||
all: aserver
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include -I$(top_srcdir)/src/pcm
|
||||
|
||||
../libasound.la:
|
||||
$(MAKE) -C .. libasound.la
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue