[xiph-commits] r9707 - trunk/theora/lib

j at svn.xiph.org j at svn.xiph.org
Sat Aug 6 07:03:36 PDT 2005


Author: j
Date: 2005-08-06 07:03:34 -0700 (Sat, 06 Aug 2005)
New Revision: 9707

Modified:
   trunk/theora/lib/Makefile.am
Log:
change libtheora_la_LIBS to libtheora_la_LIBADD
that way the shared library is properly linked.
[its *_la_LIBADD in vorbis too]



Modified: trunk/theora/lib/Makefile.am
===================================================================
--- trunk/theora/lib/Makefile.am	2005-08-06 13:10:30 UTC (rev 9706)
+++ trunk/theora/lib/Makefile.am	2005-08-06 14:03:34 UTC (rev 9707)
@@ -43,7 +43,7 @@
 
 libtheora_la_CFLAGS = $(OGG_CFLAGS)
 libtheora_la_LDFLAGS = -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@ @SHLIB_VERSION_ARG@
-libtheora_la_LIBS = $(OGG_LIBS)
+libtheora_la_LIBADD = $(OGG_LIBS)
 
 debug:
 	$(MAKE) all CFLAGS="@DEBUG@" LDFLAGS="-lefence"	



More information about the commits mailing list