build: Fix linker ordering and build.
commitde060ec35891593790612d5492f50c29c63b6248
authorCyril Hrubis <metan@ucw.cz>
Fri, 3 May 2013 12:05:28 +0000 (3 14:05 +0200)
committerCyril Hrubis <metan@ucw.cz>
Fri, 3 May 2013 12:21:22 +0000 (3 14:21 +0200)
tree73d085b6f5dc676a9a9bfbec5440cc3d66f914a0
parentf7b1bfa7d24c44f3e03e6d3e8f20fe5d839964bd
build: Fix linker ordering and build.

* Loaders are now in separate so library

* Linker flags order is fixed and missing
  flags are added.

This should fix build on Ubuntu.

DON'T FORGET TO RUN ./cofigure BEFORE make

Signed-off-by: Cyril Hrubis <metan@ucw.cz>
16 files changed:
app.mk
build/get_objs.sh
config.mk
configure
demos/bogoman/Makefile
demos/c_simple/Makefile
demos/grinder/Makefile
demos/spiv/Makefile
demos/ttf2img/Makefile
libs/loaders/Makefile
pylib/gfxprim/backends/Makefile
pylib/gfxprim/grabbers/Makefile
pylib/gfxprim/loaders/Makefile
pywrap.mk
tests/Makefile
tests/framework/Makefile