changeset 13785:03188593a9fe

vivodump compiles now, so it can be added to OBJS.
author diego
date Thu, 28 Oct 2004 01:03:52 +0000
parents 7d3b84ddd2fd
children ad29267afe7a
files TOOLS/Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/Makefile	Thu Oct 28 01:02:24 2004 +0000
+++ b/TOOLS/Makefile	Thu Oct 28 01:03:52 2004 +0000
@@ -2,7 +2,8 @@
 
 CFLAGS = -I..
 
-OBJS = alaw-gen asfinfo avi-fix bios2dump cpuinfo dump_mp4 mem2dump movinfo png2raw subrip fastmemcpybench
+OBJS = alaw-gen asfinfo avi-fix bios2dump cpuinfo dump_mp4 mem2dump movinfo \
+	png2raw subrip fastmemcpybench vivodump
 
 all: $(OBJS)