From: kramm Date: Tue, 8 May 2007 16:45:34 +0000 (+0000) Subject: added call to ranlib X-Git-Tag: buttons-working~651 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=0cb63b380fbd32f738e6022a6f304b5993db5b9a added call to ranlib --- diff --git a/lib/python/Makefile.in b/lib/python/Makefile.in index 01ccc4f..5f61562 100644 --- a/lib/python/Makefile.in +++ b/lib/python/Makefile.in @@ -34,12 +34,14 @@ SWF.$(SLEXT): $(SWF_OBJS) $(SWF_DEPS) Makefile $(L) -g $(SHARED) $(SWF_OBJS) $(SWF_DEPS) -o SWF.$(SLEXT) $(PYTHON_LIB) $(LIBS) SWF$(A): $(SWF_OBJS) $(SWF_DEPS) Makefile $(AR) cru SWF$(A) $(SWF_OBJS) $(SWF_DEPS) + $(RANLIB) SWF$(A) GFX_DEPS=../libpdf$(A) ../devices/swf.$(O) ../librfxswf$(A) ../devices/arts.$(O) ../art/libart$(A) ../libgfx$(A) ../libbase$(A) gfx.$(SLEXT): gfx.$(O) $(GFX_DEPS) Makefile $(L) -g $(SHARED) gfx.$(O) -o gfx.$(SLEXT) $(GFX_DEPS) $(PYTHON_LIB) $(LIBS) $(CXXLIBS) gfx$(A): gfx.$(O) $(GFX_DEPS) Makefile $(AR) cru gfx$(A) gfx.$(O) $(GFX_DEPS) + $(RANLIB) gfx$(A) #TODO: install: