gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. 141f1452256abd9f10d0


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 141f1452256abd9f10d02797f2f9a3d9a8d8da4d
Date: Wed, 29 Sep 2010 06:54:40 +0000

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 "Gnash".

The branch, master has been updated
       via  141f1452256abd9f10d02797f2f9a3d9a8d8da4d (commit)
      from  f873e92c96b90a00d291093552895c93cf764853 (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://git.savannah.gnu.org/cgit//commit/?id=141f1452256abd9f10d02797f2f9a3d9a8d8da4d


commit 141f1452256abd9f10d02797f2f9a3d9a8d8da4d
Author: Sandro Santilli <address@hidden>
Date:   Wed Sep 29 08:54:11 2010 +0200

    Use -release libtool switch on all utility libs (thanks Miriam Ruiz)

diff --git a/cygnal/libnet/Makefile.am b/cygnal/libnet/Makefile.am
index 1f9db71..2105fd7 100644
--- a/cygnal/libnet/Makefile.am
+++ b/cygnal/libnet/Makefile.am
@@ -34,6 +34,8 @@ AM_LDFLAGS = \
        $(PTHREAD_LIBS) \
        $(NULL)
 
+libgnashnet_la_LDFLAGS =  -release $(VERSION)
+
 localedir = $(datadir)/locale
 
 INCLUDES = \
diff --git a/librender/Makefile.am b/librender/Makefile.am
index fe11b0f..99d66bc 100644
--- a/librender/Makefile.am
+++ b/librender/Makefile.am
@@ -69,6 +69,8 @@ pkglib_LTLIBRARIES = libgnashrender.la
 libgnashrender_la_LIBADD = $(LIBVA_LIBS) $(LIBVA_X11_LIBS) $(LIBVA_GLX_LIBS)
 libgnashrender_la_SOURCES = PathParser.cpp
 
+libgnashrender_la_LDFLAGS =  -release $(VERSION)
+
 if BUILD_OGL_RENDERER
 libgnashrender_la_SOURCES += Renderer_ogl.cpp
 libgnashrender_la_LIBADD += $(OPENGL_LIBS)

-----------------------------------------------------------------------

Summary of changes:
 cygnal/libnet/Makefile.am |    2 ++
 librender/Makefile.am     |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]