[xiph-commits] r3507 - liboggz/trunk/src/tools/oggz-chop
conrad at svn.annodex.net
conrad at svn.annodex.net
Mon Mar 3 06:59:35 PST 2008
Author: conrad
Date: 2008-03-03 06:59:34 -0800 (Mon, 03 Mar 2008)
New Revision: 3507
Modified:
liboggz/trunk/src/tools/oggz-chop/Makefile.am
liboggz/trunk/src/tools/oggz-chop/httpdate_test.c
Log:
remove uncommitted filenames from Makefile.am in oggz-chop
Modified: liboggz/trunk/src/tools/oggz-chop/Makefile.am
===================================================================
--- liboggz/trunk/src/tools/oggz-chop/Makefile.am 2008-02-29 08:37:39 UTC (rev 3506)
+++ liboggz/trunk/src/tools/oggz-chop/Makefile.am 2008-03-03 14:59:34 UTC (rev 3507)
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include @OGG_CFLAGS@
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/src/tests @OGG_CFLAGS@
OGGZDIR = ../../liboggz
OGGZ_LIBS = $(OGGZDIR)/liboggz.la @OGG_LIBS@
@@ -20,7 +20,7 @@
TESTS = httpdate_test
-noinst_HEADERS = alloc_snprintf.h cgi.h cmd.h header.h httpdate.h memory.h oggz-chop.h tests.h timespec.h
+noinst_HEADERS = cgi.h cmd.h header.h httpdate.h oggz-chop.h timespec.h
oggz_chop_SOURCES = oggz-chop.c ../oggz_tools.c cmd.c cgi.c header.c httpdate.c main.c timespec.c
oggz_chop_LDADD = $(OGGZ_LIBS)
Modified: liboggz/trunk/src/tools/oggz-chop/httpdate_test.c
===================================================================
--- liboggz/trunk/src/tools/oggz-chop/httpdate_test.c 2008-02-29 08:37:39 UTC (rev 3506)
+++ liboggz/trunk/src/tools/oggz-chop/httpdate_test.c 2008-03-03 14:59:34 UTC (rev 3507)
@@ -1,6 +1,6 @@
#include <stdio.h>
-#include "tests.h"
+#include "oggz_tests.h"
#include "httpdate.h"
More information about the commits
mailing list