[xiph-commits] r3499 - liboggz/trunk/src/tools/oggz-chop

conrad at svn.annodex.net conrad at svn.annodex.net
Wed Feb 27 14:44:14 PST 2008


Author: conrad
Date: 2008-02-27 14:44:13 -0800 (Wed, 27 Feb 2008)
New Revision: 3499

Added:
   liboggz/trunk/src/tools/oggz-chop/Makefile.am
Log:
add missing src/tools/oggz-chop/Makefile.am


Added: liboggz/trunk/src/tools/oggz-chop/Makefile.am
===================================================================
--- liboggz/trunk/src/tools/oggz-chop/Makefile.am	                        (rev 0)
+++ liboggz/trunk/src/tools/oggz-chop/Makefile.am	2008-02-27 22:44:13 UTC (rev 3499)
@@ -0,0 +1,19 @@
+## Process this file with automake to produce Makefile.in
+
+INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
+
+OGGZDIR = ../../liboggz
+OGGZ_LIBS = $(OGGZDIR)/liboggz.la @OGG_LIBS@
+
+if OGGZ_CONFIG_READ
+if OGGZ_CONFIG_WRITE
+oggz_rw_programs = oggz-chop
+endif
+
+endif
+
+# Programs to build
+bin_PROGRAMS = $(oggz_rw_programs)
+
+oggz_chop_SOURCES = oggz-chop.c ../oggz_tools.c
+oggz_chop_LDADD = $(OGGZ_LIBS)



More information about the commits mailing list