summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Smith <msmith@xiph.org>2003-01-18 08:31:51 +0000
committerMike Smith <msmith@xiph.org>2003-01-18 08:31:51 +0000
commitb1abc255067a498c088c593a72f3805c81256bb6 (patch)
treea0c8041cbce18b5a7ce328fcf22b8dd3a4d79ceb /src
parent98d3a683035e2483bdc3b0d04b08ea086f2b8587 (diff)
downloadogg-b1abc255067a498c088c593a72f3805c81256bb6.tar.gz
Commit fix for bug #229
git-svn-id: http://svn.xiph.org/trunk/ogg@4265 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3998bba..78cabf9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,7 +7,7 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
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@"