From: Abramo Bagnara Date: Thu, 31 Aug 2000 15:56:59 +0000 (+0000) Subject: Build fix X-Git-Tag: v1.0.3~1149 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=164a3cda00da5e40362db6d4eeda72168f7ed049;p=alsa-lib.git Build fix --- diff --git a/src/aserver/Makefile.am b/src/aserver/Makefile.am index dca5ca07..2e9b2b02 100644 --- a/src/aserver/Makefile.am +++ b/src/aserver/Makefile.am @@ -1,7 +1,8 @@ bin_PROGRAMS = aserver aserver_SOURCES = aserver.c -aserver_LDADD = -lasound +# aserver_LDADD = -lasound +aserver_LDADD = ../libasound.la all: aserver