]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Enabled aserver again
authorTakashi Iwai <tiwai@suse.de>
Thu, 14 Sep 2000 09:05:16 +0000 (09:05 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 14 Sep 2000 09:05:16 +0000 (09:05 +0000)
src/Makefile.am
src/aserver/Makefile.am

index 4286ea43916f670f83a7d837f952c1ad0be091bb..60eb86129b1952405b86605beb788896bac058b6 100644 (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
index 2e9b2b0260c2fa29d6d497272a767efb2e3dc1e1..4568805dabcb41036ebf94e16a96013c6c7e2c1c 100644 (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
+