[xiph-commits] r16039 - branches/theora-thusnelda/lib

giles at svn.xiph.org giles at svn.xiph.org
Tue May 26 16:03:33 PDT 2009


Author: giles
Date: 2009-05-26 16:03:33 -0700 (Tue, 26 May 2009)
New Revision: 16039

Modified:
   branches/theora-thusnelda/lib/Makefile.am
Log:
Add the Mach symbol export files to the source list to they're included
in the distribution.


Modified: branches/theora-thusnelda/lib/Makefile.am
===================================================================
--- branches/theora-thusnelda/lib/Makefile.am	2009-05-26 22:43:19 UTC (rev 16038)
+++ branches/theora-thusnelda/lib/Makefile.am	2009-05-26 23:03:33 UTC (rev 16039)
@@ -147,14 +147,14 @@
 
 libtheoradec_la_SOURCES = \
 	$(decoder_sources) \
-	Version_script-dec
+	Version_script-dec theoradec.exp
 libtheoradec_la_LDFLAGS = \
   -version-info @THDEC_LIB_CURRENT@:@THDEC_LIB_REVISION@:@THDEC_LIB_AGE@ \
   @THEORADEC_LDFLAGS@ @CAIRO_LIBS@
 
 libtheoraenc_la_SOURCES = \
 	$(encoder_sources) \
-	Version_script-enc
+	Version_script-enc theoraenc.exp
 libtheoraenc_la_LDFLAGS = \
   -version-info @THENC_LIB_CURRENT@:@THENC_LIB_REVISION@:@THENC_LIB_AGE@ \
   @THEORAENC_LDFLAGS@ $(OGG_LIBS)
@@ -162,7 +162,7 @@
 libtheora_la_SOURCES = \
 	$(decoder_sources) \
 	$(encoder_uniq_sources) \
-	Version_script
+	Version_script theora.exp
 libtheora_la_LDFLAGS = \
   -version-info @TH_LIB_CURRENT@:@TH_LIB_REVISION@:@TH_LIB_AGE@ \
   @THEORA_LDFLAGS@ @CAIRO_LIBS@ $(OGG_LIBS)



More information about the commits mailing list