Don't build static code examples by default. Static linking is broken
authorRalph Giles <giles@xiph.org>
Sun, 19 Sep 2004 23:41:19 +0000 (23:41 +0000)
committerRalph Giles <giles@xiph.org>
Sun, 19 Sep 2004 23:41:19 +0000 (23:41 +0000)
(and unsupported) on recent MacOS X, but libtool hasn't learned this
yet.

svn path=/trunk/vorbis/; revision=7807

examples/Makefile.am

index cb1b6ac..53db402 100644 (file)
@@ -7,7 +7,8 @@ INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
 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