This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project gfxprim.git.
The branch, master has been updated
via ed37d412a80d1a2032cc49f00a4e505ac297f7cc (commit)
from 971eefd1c614dfb8969187f90dc32829889a874d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/gfxprim.git/commit/ed37d412a80d1a2032cc49f00a4e505ac297…
commit ed37d412a80d1a2032cc49f00a4e505ac297f7cc
Author: Cyril Hrubis <metan(a)ucw.cz>
Date: Sun Sep 2 17:36:17 2012 +0200
tests: loaders: Add linker path to GFXprim libs.
This fixes build on machines where GFXprim is not installed.
diff --git a/tests/loaders/Makefile b/tests/loaders/Makefile
index 5222d6b..8fb8b15 100644
--- a/tests/loaders/Makefile
+++ b/tests/loaders/Makefile
@@ -3,7 +3,7 @@ include $(TOPDIR)/pre.mk
CSOURCES=$(shell echo *.c)
-LDFLAGS+=-L../framework/
+LDFLAGS+=-L../framework/ -L$(TOPDIR)/build/
LDLIBS+=$(shell $(TOPDIR)/gfxprim-config --libs --libs-loaders)
LDLIBS+=-ltst_preload -ldl -ltst
CFLAGS+=-I../framework/
-----------------------------------------------------------------------
Summary of changes:
tests/loaders/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos(a)gmail.com
if you want to unsubscribe, or site admin admin(a)repo.or.cz if you receive
no reply.
--
gfxprim.git ("A simple 2D graphics library with emphasis on correctness and well-defined operation.")