From 631814e0b317a33422101fc0cbdbb84f3ace78c7 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Sun, 12 Nov 2006 21:37:45 +0000 Subject: [PATCH] Compatibility problem with automake 1.10 fixed. alsa bug#2592 --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.1