[xiph-commits] r7807 - trunk/vorbis/examples
giles at motherfish-iii.xiph.org
giles at motherfish-iii.xiph.org
Sun Sep 19 16:41:20 PDT 2004
Author: giles
Date: 2004-09-19 16:41:19 -0700 (Sun, 19 Sep 2004)
New Revision: 7807
Modified:
trunk/vorbis/examples/Makefile.am
Log:
Don't build static code examples by default. Static linking is broken
(and unsupported) on recent MacOS X, but libtool hasn't learned this
yet.
Modified: trunk/vorbis/examples/Makefile.am
===================================================================
--- trunk/vorbis/examples/Makefile.am 2004-09-19 22:07:18 UTC (rev 7806)
+++ trunk/vorbis/examples/Makefile.am 2004-09-19 23:41:19 UTC (rev 7807)
@@ -7,7 +7,8 @@
noinst_PROGRAMS = decoder_example encoder_example chaining_example\
vorbisfile_example seeking_example
-LDFLAGS = -all-static
+# uncomment to build static executables from the example code
+#LDFLAGS = -all-static
LDADD = ../lib/libvorbis.la
decoder_example_SOURCES = decoder_example.c
More information about the commits
mailing list