[nautilus-sendto] Exclude outdated plugins instead of hardcoding the rest



commit 31b30b676a84a8620f34522ca09a222c01374d30
Author: Emilio Pozuelo Monfort <pochu27 gmail com>
Date:   Sat Jan 22 18:18:41 2011 +0000

    Exclude outdated plugins instead of hardcoding the rest
    
    So nautilus-sendto doesn't try to build a plugin for which
    you don't have the right build dependencies.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=640284

 configure.in            |    4 ++--
 src/plugins/Makefile.am |    3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/configure.in b/configure.in
index adc0a64..f1be655 100644
--- a/configure.in
+++ b/configure.in
@@ -60,8 +60,8 @@ AC_SUBST(NAUTILUS_SENDTO_LIBS)
 PKG_CHECK_MODULES(GIO, gio-2.0)
 
 # The full list of plugins
-allowed_plugins="evolution gajim nautilus-burn pidgin removable-devices socialweb upnp"
-
+allowed_plugins="evolution removable-devices socialweb"
+# These need porting: gajim nautilus-burn pidgin upnp
 plugin_error_or_ignore()
 {
 	if test "${error_on_bad_plugin}" = "1" ; then
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index 919539b..fb7d589 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -1,5 +1,4 @@
-SUBDIRS = . removable-devices evolution socialweb
-#SUBDIRS = . $(PLUGINS)
+SUBDIRS = . $(PLUGINS)
 DIST_SUBDIRS = $(ALL_PLUGINS)
 
 noinst_PROGRAMS = test-progress



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