[xiph-cvs] cvs commit: ogg/src Makefile.am
Michael Smith
msmith at xiph.org
Sat Jan 18 00:31:51 PST 2003
msmith 03/01/18 03:31:51
Modified: src Makefile.am
Log:
Commit fix for bug #229
Revision Changes Path
1.6 +1 -1 ogg/src/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ogg/src/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile.am 11 Jul 2002 21:22:00 -0000 1.5
+++ Makefile.am 18 Jan 2003 08:31:51 -0000 1.6
@@ -7,7 +7,7 @@
lib_LTLIBRARIES = libogg.la
libogg_la_SOURCES = framing.c bitwise.c
-libogg_la_LDFLAGS = -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
+libogg_la_LDFLAGS = -no-undefined -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
debug:
$(MAKE) all CFLAGS="@DEBUG@"
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list