added missing object to binary target.
[swftools.git] / avi2swf / Makefile.in
index 592e26e..98a936e 100644 (file)
@@ -11,7 +11,7 @@ all: avi2swf
 videoreader_avifile.o: videoreader_avifile.cc
        $(CC) $(VIDEO_CFLAGS) $< -o $@
 
-videoreader_vfw.o: videoreader_v2w.cc
+videoreader_vfw.o: videoreader_vfw.cc
        $(CC) $(VIDEO_CFLAGS) $< -o $@
 
 avi2swf.o: avi2swf.cc
@@ -21,7 +21,7 @@ v2swf.o: v2swf.c ../lib/q.h
        $(C) $< -o $@
 
 avi2swf: avi2swf.o v2swf.o videoreader_avifile.o videoreader_vfw.o ../lib/q.o
-       $(LL) avi2swf.o v2swf.o videoreader_avifile.o ../lib/q.o -o avi2swf ../lib/librfxswf.a $(LIBS) $(VIDEO_LIBS)
+       $(LL) avi2swf.o v2swf.o videoreader_avifile.o videoreader_vfw.o ../lib/q.o -o avi2swf ../lib/librfxswf.a $(LIBS) $(VIDEO_LIBS)
        $(STRIP) avi2swf
 
 install: