this fixes everything
authorJack Moffitt <jack@xiph.org>
Wed, 8 Nov 2000 07:13:57 +0000 (07:13 +0000)
committerJack Moffitt <jack@xiph.org>
Wed, 8 Nov 2000 07:13:57 +0000 (07:13 +0000)
svn path=/trunk/vorbis/; revision=1028

examples/Makefile.am

index 3818fbf..18063f7 100644 (file)
@@ -7,6 +7,7 @@ INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
 noinst_PROGRAMS = decoder_example encoder_example chaining_example\
                vorbisfile_example seeking_example
 
+LDFLAGS = -static
 LDADD = ../lib/libvorbis.la
 
 decoder_example_SOURCES = decoder_example.c