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 915c8aa8fc5ebe66b6a9629f57f5d724700c10ac (commit) from af10f6c3b8c240b32ed5cfb4895908b133cdb845 (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/915c8aa8fc5ebe66b6a9629f57f5d724700c1...
commit 915c8aa8fc5ebe66b6a9629f57f5d724700c10ac Author: Cyril Hrubis metan@ucw.cz Date: Thu Jan 3 01:19:00 2013 +0100
build: Add forgotten libGP.* dependency.
The library dependency on object files was accidentally dropped. Add it back.
diff --git a/build/Makefile b/build/Makefile index 5b8a115..38ce4ca 100644 --- a/build/Makefile +++ b/build/Makefile @@ -21,7 +21,7 @@ else @rm -rf $(STATIC_LIB) $(DYNAMIC_LIB) $(SYMLINKS) endif
-$(STATIC_LIB): +$(STATIC_LIB): $(LIB_OBJECTS) ifdef VERBOSE $(AR) rcs $@ $(LIB_OBJECTS) else @@ -29,7 +29,7 @@ else @$(AR) rcs $@ $(LIB_OBJECTS) endif
-$(DYNAMIC_LIB): +$(DYNAMIC_LIB): $(LIB_OBJECTS) ifdef VERBOSE $(CC) -fPIC -dPIC --shared -Wl,-soname -Wl,$(SONAME) $(LIB_OBJECTS) -o $@ else
-----------------------------------------------------------------------
Summary of changes: build/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 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.