From: Frank Gevaerts Date: Sat, 23 Feb 2013 19:51:03 +0000 (+0100) Subject: Make the git viewer use the global libtlsf.a X-Git-Url: https://repo.or.cz/w/maemo-rb.git/commitdiff_plain/88656a522ea2aecb7165837611c9bba66f25235e Make the git viewer use the global libtlsf.a Change-Id: Id529858f902aa7ffd3a63e4e335db2ac3c411430 --- diff --git a/apps/plugins/imageviewer/gif/SOURCES b/apps/plugins/imageviewer/gif/SOURCES index 032b65c73d..0b9c650cf8 100644 --- a/apps/plugins/imageviewer/gif/SOURCES +++ b/apps/plugins/imageviewer/gif/SOURCES @@ -1,4 +1,3 @@ -../../../../lib/tlsf/src/tlsf.c dgif_lib.c gifalloc.c gif_decoder.c diff --git a/apps/plugins/imageviewer/gif/gif.make b/apps/plugins/imageviewer/gif/gif.make index 57871f8085..76b62cd022 100644 --- a/apps/plugins/imageviewer/gif/gif.make +++ b/apps/plugins/imageviewer/gif/gif.make @@ -17,9 +17,9 @@ OTHER_SRC += $(GIF_SRC) ROCKS += $(GIFBUILDDIR)/gif.ovl -$(GIFBUILDDIR)/gif.refmap: $(GIF_OBJ) +$(GIFBUILDDIR)/gif.refmap: $(GIF_OBJ) $(TLSFLIB) $(GIFBUILDDIR)/gif.link: $(PLUGIN_LDS) $(GIFBUILDDIR)/gif.refmap -$(GIFBUILDDIR)/gif.ovl: $(GIF_OBJ) +$(GIFBUILDDIR)/gif.ovl: $(GIF_OBJ) $(TLSFLIB) #-Os breaks decoder - dunno why GIFFLAGS = $(IMGDECFLAGS) -O2