synchronized with downstream git
[swftools.git] / lib / Makefile.in
index 630a70f..ef5a16c 100644 (file)
@@ -141,15 +141,19 @@ readers/image.$(O): readers/image.c readers/image.h
 
 libocr$(A): $(ocr_objects) devices/ocr.$(O)
        $(AR) r libocr$(A) $(ocr_objects) devices/ocr.$(O)
+       $(RANLIB) libocr$(A)
 
 libbase$(A): $(base_objects) Makefile
        $(AR) r libbase$(A) $(base_objects)
+       $(RANLIB) libbase$(A)
 
 libgfxswf$(A): devices/swf.$(O) readers/swf2.$(O) readers/image.$(O)
        $(AR) r libgfxswf$(A) devices/swf.$(O) readers/swf2.$(O) readers/image.$(O)
+       $(RANLIB) libgfxswf$(A)
 
 libgfx$(A): $(gfx_objects) $(gfxpoly_objects) Makefile
        $(AR) r libgfx$(A) $(gfx_objects) $(gfxpoly_objects)
+       $(RANLIB) libgfx$(A)
 
 librfxswf$(A): Makefile $(rfxswf_objects) rfxswf.$(O) drawer.$(O) MD5.$(O) $(lame_in_source) $(h263_objects) $(as12compiler_in_source) $(as3compiler_objects) Makefile
        $(AR) r librfxswf$(A) $(rfxswf_objects) rfxswf.$(O) drawer.$(O) MD5.$(O) $(lame_in_source) $(h263_objects) $(as12compiler_in_source) $(as3compiler_objects)