[nautilus-actions] Build core library against its dependancies



commit fb9b4e7d65e8d0e41ea9c3f7e29b0d63b5dc1943
Author: Pierre Wieser <pwieser trychlos org>
Date:   Wed Dec 22 23:16:09 2010 +0100

    Build core library against its dependancies
    
    Fix #637797 - -Wl,--as-needed bug.

 ChangeLog            |    3 +++
 src/core/Makefile.am |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index dc4f268..b0ee709 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-12-22 Pierre Wieser <pwieser trychlos org>
 
+	* src/core/Makefile.am: Build core library against its dependancies.
+	Fix #637797 - -Wl,--as-needed bug.
+
 	* run-autogen.sh: No more enable silent rules in development.
 
 	* tools/release-tarball.sh: Fix remote install of the tarball.
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 3abe580..bba3874 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -101,6 +101,7 @@ libna_core_la_SOURCES = \
 	$(NULL)
 
 libna_core_la_LIBADD = \
+	$(NAUTILUS_ACTIONS_LIBS)							\
 	$(NULL)
 
 libna_core_la_LDFLAGS = \



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