Enabled aserver again

This commit is contained in:
Takashi Iwai 2000-09-14 09:05:16 +00:00
parent 968cea235b
commit 71724734d5
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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