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. release_0_8_9_start-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-528-gabe191a
Date: Wed, 06 Apr 2011 21:33:32 +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  abe191af0cf1a8df11061686bbb01badd9b0580f (commit)
      from  004434e54c603e1d3ab6cc2cfb194eec44bfff72 (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=abe191af0cf1a8df11061686bbb01badd9b0580f


commit abe191af0cf1a8df11061686bbb01badd9b0580f
Author: Bastiaan Jacques <address@hidden>
Date:   Wed Apr 6 23:33:12 2011 +0200

    Link only direct dependencies to findwebcams and findmicrophones.

diff --git a/utilities/Makefile.am b/utilities/Makefile.am
index 30b988b..6d28c8c 100644
--- a/utilities/Makefile.am
+++ b/utilities/Makefile.am
@@ -118,10 +118,12 @@ if USE_GST_ENGINE
        $(NULL)
 
  findwebcams_SOURCES = findwebcams.cpp
- findwebcams_LDADD = $(GST_STUFF) $(GNASH_LIBS) $(AM_LDFLAGS)
+ findwebcams_LDADD = $(GST_STUFF) $(top_builddir)/libbase/libgnashbase.la \
+                     $(AM_LDFLAGS)
 
  findmicrophones_SOURCES = findmicrophones.cpp
- findmicrophones_LDADD = $(GST_STUFF) $(GNASH_LIBS) $(AM_LDFLAGS)
+ findmicrophones_LDADD = $(GST_STUFF) $(top_builddir)/libbase/libgnashbase.la \
+                         $(AM_LDFLAGS)
 endif
 
 # Wrap a single .as tests in dejagnu_so importer.

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

Summary of changes:
 utilities/Makefile.am |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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