[nautilus-actions] Also compile dynamic plugins with needed dependancies



commit f5221abf0cc86b5b9086235480f0bd2cefe337e6
Author: Pierre Wieser <pwieser trychlos org>
Date:   Thu Dec 23 20:47:14 2010 +0100

    Also compile dynamic plugins with needed dependancies
    
    Get ride of #637797 when loaded from PcManFm.

 ChangeLog                  |    6 ++++++
 src/io-desktop/Makefile.am |    1 +
 src/io-gconf/Makefile.am   |    1 +
 src/io-xml/Makefile.am     |    1 +
 4 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 47c721b..0faf975 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2010-12-22 Pierre Wieser <pwieser trychlos org>
 
+	* src/io-desktop/Makefile.am:
+	* src/io-gconf/Makefile.am:
+	* src/io-xml/Makefile.am:
+	Also compile dynamic plugins with needed dependancies
+	(get ride of #637797 when loaded from PcManFm)
+
 	* src/nact/egg-sm-client-private.h:
 	* src/nact/egg-sm-client-xsmp.c:
 	Apply Mathias Clasen patch to build against Gtk+ 2.91.7.
diff --git a/src/io-desktop/Makefile.am b/src/io-desktop/Makefile.am
index da57973..67daca0 100644
--- a/src/io-desktop/Makefile.am
+++ b/src/io-desktop/Makefile.am
@@ -59,6 +59,7 @@ libna_io_desktop_la_SOURCES = \
 
 libna_io_desktop_la_LIBADD = \
 	$(top_builddir)/src/core/libna-core.la				\
+	$(NAUTILUS_ACTIONS_LIBS)							\
 	$(NULL)
 
 libna_io_desktop_la_LDFLAGS = \
diff --git a/src/io-gconf/Makefile.am b/src/io-gconf/Makefile.am
index 40af993..67bfd99 100644
--- a/src/io-gconf/Makefile.am
+++ b/src/io-gconf/Makefile.am
@@ -48,6 +48,7 @@ libna_io_gconf_la_SOURCES = \
 
 libna_io_gconf_la_LIBADD = \
 	$(top_builddir)/src/core/libna-core.la				\
+	$(NAUTILUS_ACTIONS_LIBS)							\
 	$(NULL)
 
 libna_io_gconf_la_LDFLAGS = \
diff --git a/src/io-xml/Makefile.am b/src/io-xml/Makefile.am
index d309a06..947d6dd 100644
--- a/src/io-xml/Makefile.am
+++ b/src/io-xml/Makefile.am
@@ -51,6 +51,7 @@ libna_io_xml_la_SOURCES = \
 
 libna_io_xml_la_LIBADD = \
 	$(top_builddir)/src/core/libna-core.la				\
+	$(NAUTILUS_ACTIONS_LIBS)							\
 	$(NULL)
 
 libna_io_xml_la_LDFLAGS = \



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