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

ozone at motherfish-iii.xiph.org ozone at motherfish-iii.xiph.org
Thu Dec 16 09:31:24 PST 2004


Author: ozone
Date: 2004-12-16 09:31:24 -0800 (Thu, 16 Dec 2004)
New Revision: 8468

Modified:
   trunk/oggdsf/unix/Makefile.am
Log:
* Build OOOggCommentDump on UNIX



Modified: trunk/oggdsf/unix/Makefile.am
===================================================================
--- trunk/oggdsf/unix/Makefile.am	2004-12-16 17:29:36 UTC (rev 8467)
+++ trunk/oggdsf/unix/Makefile.am	2004-12-16 17:31:24 UTC (rev 8468)
@@ -2,7 +2,7 @@
 
 AM_CXXFLAGS = -w
 
-bin_PROGRAMS = OOOggDump OOOggValidate OOOggStat OOOggChainSplitter
+bin_PROGRAMS = OOOggDump OOOggValidate OOOggStat OOOggChainSplitter OOOggCommentDump
 
 lib_LTLIBRARIES = libOOOgg.la libVorbisComment.la
 
@@ -56,3 +56,7 @@
 OOOggChainSplitter_SOURCES = \
 	../src/tools/oggChainSplitter/oggChainSplitter.cpp
 
+OOOggCommentDump_LDADD = libOOOgg.la libVorbisComment.la
+OOOggCommentDump_SOURCES = \
+	../src/tools/OOOggCommentDump/OOOggCommentDump.cpp
+



More information about the commits mailing list