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 3eca4f4778eee54992fcd133978419cefd9135b0 (commit) via 34f8b640d9ce81505a024b745b03a9d179eb9b27 (commit) from ecb50dd5415f6b8079e3dda4e2cd0a4f9d8043d3 (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/3eca4f4778eee54992fcd133978419cefd913...
commit 3eca4f4778eee54992fcd133978419cefd9135b0 Author: Cyril Hrubis metan@ucw.cz Date: Sat May 28 17:52:21 2011 +0200
build: Fixed the link library for tests.
diff --git a/tests/sdl/Makefile b/tests/sdl/Makefile index 2795a44..11f0055 100644 --- a/tests/sdl/Makefile +++ b/tests/sdl/Makefile @@ -3,7 +3,7 @@ TOPDIR=../.. CSOURCES=$(shell echo *.c)
INCLUDE=core gfx sdl backends -LDLIBS+=-lGP -L$(TOPDIR)/build/ -lGP_SDL -lSDL +LDLIBS+=-lGP -L$(TOPDIR)/build/ -lGP_sdl -lSDL
APPS=pixeltest fileview fonttest linetest randomshapetest shapetest sierpinsky symbolstest textaligntest trianglefps
http://repo.or.cz/w/gfxprim.git/commit/34f8b640d9ce81505a024b745b03a9d179eb9...
commit 34f8b640d9ce81505a024b745b03a9d179eb9b27 Author: Cyril Hrubis metan@ucw.cz Date: Sat May 28 17:50:56 2011 +0200
build: Fixed the 'make install'.
diff --git a/Makefile b/Makefile index 972796b..5630ef8 100644 --- a/Makefile +++ b/Makefile @@ -28,9 +28,9 @@ LIB_LOC=/usr/lib/
install: ifdef VERBOSE - ./install.sh "/tmp/" + ./install.sh "" else - @./install.sh "/tmp/" + @./install.sh "" endif
tar: diff --git a/install.sh b/install.sh index 50dbd4d..ee5403f 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ LIB_LOC="$INSTALL_PREFIX/usr/lib/"
# Headers echo "INSTALL headers" -install -m 775 -d "$HEADER_LOC" +install -m 775 -d "${HEADER_LOC}GP" for i in `ls include/`; do if [ -d "include/$i" ]; then echo " $i"
-----------------------------------------------------------------------
Summary of changes: Makefile | 4 ++-- install.sh | 2 +- tests/sdl/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.