[xiph-commits] r8472 - trunk/oggdsf/unix

ozone at motherfish-iii.xiph.org ozone at motherfish-iii.xiph.org
Thu Dec 16 10:01:31 PST 2004


Author: ozone
Date: 2004-12-16 10:01:30 -0800 (Thu, 16 Dec 2004)
New Revision: 8472

Modified:
   trunk/oggdsf/unix/Makefile.am
Log:
* Make libilliCore build as a separate library with autotools



Modified: trunk/oggdsf/unix/Makefile.am
===================================================================
--- trunk/oggdsf/unix/Makefile.am	2004-12-16 17:54:46 UTC (rev 8471)
+++ trunk/oggdsf/unix/Makefile.am	2004-12-16 18:01:30 UTC (rev 8472)
@@ -4,7 +4,7 @@
 
 bin_PROGRAMS = OOOggDump OOOggValidate OOOggStat OOOggChainSplitter OOOggCommentDump OOOggSeekFileMaker OOOggSeekFileReader
 
-lib_LTLIBRARIES = libOOOgg.la libVorbisComment.la libOOOggSeek.la
+lib_LTLIBRARIES = libilliCore.la libOOOgg.la libVorbisComment.la libOOOggSeek.la
 
 INCLUDES = \
 	   -I at top_srcdir@/../src/lib/helper/libilliCore \
@@ -12,8 +12,6 @@
 	   -I at top_srcdir@/../src/lib/core/ogg/libOOOggSeek \
 	   -I at top_srcdir@/../src/lib/core/ogg/libVorbisComment
 
-libOOOgg_la_SOURCES = $(libilliCore_SOURCES) $(libOOOggCore_SOURCES)
-
 libOOOggSeek_la_LIBADD = libOOOgg.la
 libOOOggSeek_la_SOURCES = \
 	../src/lib/core/ogg/libOOOggSeek/AutoAnxSeekTable.cpp \
@@ -30,12 +28,13 @@
 	../src/lib/core/ogg/libVorbisComment/StreamCommentInfo.cpp \
 	../src/lib/core/ogg/libVorbisComment/VorbisComments.cpp
 	
-libilliCore_SOURCES = \
+libilliCore_la_SOURCES = \
 	../src/lib/helper/libilliCore/StringHelper.cpp \
 	../src/lib/helper/libilliCore/iBE_Math.cpp \
 	../src/lib/helper/libilliCore/iLE_Math.cpp
 
-libOOOggCore_SOURCES = \
+libOOOgg_la_LIBADD = libilliCore.la
+libOOOgg_la_SOURCES = \
 	../src/lib/core/ogg/libOOOgg/CircularBuffer.cpp \
 	../src/lib/core/ogg/libOOOgg/OggDataBuffer.cpp \
 	../src/lib/core/ogg/libOOOgg/OggMuxStream.cpp \



More information about the commits mailing list