From 0cb63b380fbd32f738e6022a6f304b5993db5b9a Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 8 May 2007 16:45:34 +0000 Subject: [PATCH] added call to ranlib --- lib/python/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) 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: -- 1.7.10.4