]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Compatibility problem with automake 1.10 fixed.
authorJames Courtier-Dutton <James@superbug.demon.co.uk>
Sun, 12 Nov 2006 21:37:45 +0000 (21:37 +0000)
committerJames Courtier-Dutton <James@superbug.demon.co.uk>
Sun, 12 Nov 2006 21:37:45 +0000 (21:37 +0000)
alsa bug#2592

src/Makefile.am

index 55182c31d879576b65534b53d618189cd50b6657..9634a4759170d65de16dbafba83603636b307401 100644 (file)
@@ -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