[ekiga] Fixed the compilation of the resource-list plugin



commit 5d61956a13653cc5dcd81ad4af665fc72571ea49
Author: Julien Puydt <julien puydt laposte net>
Date:   Thu Jul 31 11:07:42 2014 +0200

    Fixed the compilation of the resource-list plugin

 plugins/resource-list/Makefile.am  |    1 +
 plugins/resource-list/rl-cluster.h |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/plugins/resource-list/Makefile.am b/plugins/resource-list/Makefile.am
index dbb9584..85c02ab 100644
--- a/plugins/resource-list/Makefile.am
+++ b/plugins/resource-list/Makefile.am
@@ -3,6 +3,7 @@ plugin_LTLIBRARIES = libgmresource_list.la
 AM_CXXFLAGS = \
        $(BOOST_CPPFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) \
        -I$(top_srcdir)/lib/                            \
+       -I$(top_srcdir)/lib/settings                    \
        -I$(top_srcdir)/lib/engine/framework            \
        -I$(top_srcdir)/lib/engine/presence             \
        -I$(top_srcdir)/lib/engine/account              \
diff --git a/plugins/resource-list/rl-cluster.h b/plugins/resource-list/rl-cluster.h
index bdee83d..d3283a8 100644
--- a/plugins/resource-list/rl-cluster.h
+++ b/plugins/resource-list/rl-cluster.h
@@ -92,10 +92,11 @@ namespace RL {
                               std::string presence);
     void on_status_received (std::string uri,
                             std::string presence);
+
+    boost::shared_ptr<Ekiga::Settings> contacts_settings;
   };
 
   typedef boost::shared_ptr<Cluster> ClusterPtr;
-  boost::shared_ptr<Ekiga::Settings> contacts_settings;
 };
 
 #endif


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