libtool wants -all-static. -static makes it link statically only against
authorJack Moffitt <jack@xiph.org>
Thu, 20 Dec 2001 02:55:35 +0000 (02:55 +0000)
committerJack Moffitt <jack@xiph.org>
Thu, 20 Dec 2001 02:55:35 +0000 (02:55 +0000)
commit707670113d345ca66919ed10cdeda42f88190a31
treed961b8d7c83ec72ccfa23e7e68c53b50ba55fc48
parentaedf7133d7095a636d0288199252c070226a50b4
libtool wants -all-static.  -static makes it link statically only against
libtool libraries.  -all-static has the same behavior, and also passes
-static to gcc link, which is what we really wanted.  You learn something
new every day :)

svn path=/trunk/vorbis/; revision=2872
examples/Makefile.am