From: James Courtier-Dutton Date: Sun, 12 Nov 2006 21:37:45 +0000 (+0000) Subject: Compatibility problem with automake 1.10 fixed. X-Git-Tag: v1.0.14rc1~8 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=631814e0b317a33422101fc0cbdbb84f3ace78c7;p=alsa-lib.git Compatibility problem with automake 1.10 fixed. alsa bug#2592 --- diff --git a/src/Makefile.am b/src/Makefile.am index 55182c31..9634a475 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,8 +43,7 @@ endif SUBDIRS += compat conf libasound_la_LIBADD += compat/libcompat.la -lm -ldl -lpthread -libasound_la_LDFLAGS = -version-info $(COMPATNUM) -AM_LDFLAGS = $(VSYMS) +libasound_la_LDFLAGS = -version-info $(COMPATNUM) $(VSYMS) control/libcontrol.la: $(MAKE) -C control libcontrol.la