libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.4-53-gd5d35c4


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.4-53-gd5d35c4
Date: Sun, 10 Apr 2011 08:24:39 +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 "GNU Libtool".

The branch, master has been updated
       via  d5d35c47e16b18158bf4984cc4371366d373bb2f (commit)
      from  1ea9302bd1eadf25b466fcd7e8697e4bef111493 (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 -----------------------------------------------------------------
commit d5d35c47e16b18158bf4984cc4371366d373bb2f
Author: Kurt Roeckx <address@hidden>
Date:   Sun Apr 10 10:22:43 2011 +0200

    tagdemo: do not rely on picking up symbols from indirect deps.
    
    * tests/tagdemo/Makefile.am: Link to all libraries that the
    demo application uses.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog                 |    6 ++++++
 tests/tagdemo/Makefile.am |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ff936ae..dcfab26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-04-10  Kurt Roeckx  <address@hidden>
+
+       tagdemo: do not rely on picking up symbols from indirect deps.
+       * tests/tagdemo/Makefile.am: Link to all libraries that the
+       demo application uses.
+
 2011-04-10  Svante Signell  <address@hidden>  (tiny change)
 
        Set shlibpath_overrides_runpath for the Hurd.
diff --git a/tests/tagdemo/Makefile.am b/tests/tagdemo/Makefile.am
index e945c25..295e7b6 100644
--- a/tests/tagdemo/Makefile.am
+++ b/tests/tagdemo/Makefile.am
@@ -1,6 +1,6 @@
 ## Makefile.am -- Process this file with automake to produce Makefile.in
 ##
-##   Copyright (C) 2003, 2004, 2005 Free Software Foundation
+##   Copyright (C) 2003, 2004, 2005, 2011 Free Software Foundation
 ##   Written by Gary V. Vaughan, 2003
 ##
 ##   This file is part of GNU Libtool.
@@ -47,7 +47,7 @@ noinst_HEADERS = foo.h baz.h conv.h
 bin_PROGRAMS = tagdemo
 
 tagdemo_SOURCES = main.cpp
-tagdemo_LDADD = libbaz.la
+tagdemo_LDADD = libbaz.la libfoo.la
 
 libtool: $(LIBTOOL_DEPS)
        $(SHELL) ./config.status --recheck


hooks/post-receive
-- 
GNU Libtool



reply via email to

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