[ekiga] Fixed the compilation of the gstreamer and loudmouth plugin
- From: Julien Puydt <jpuydt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Fixed the compilation of the gstreamer and loudmouth plugin
- Date: Mon, 16 Dec 2013 19:43:43 +0000 (UTC)
commit a14a5e8dd308e57e8bdfff2d51b442878dc163b2
Author: Julien Puydt <jpuydt free fr>
Date: Mon Dec 16 20:43:32 2013 +0100
Fixed the compilation of the gstreamer and loudmouth plugin
Well, at least as much as possible since I don't manage to compile
libekiga.
plugins/gstreamer/Makefile.am | 2 +-
plugins/loudmouth/Makefile.am | 1 +
plugins/loudmouth/loudmouth-bank.cpp | 2 --
3 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/plugins/gstreamer/Makefile.am b/plugins/gstreamer/Makefile.am
index 04cf565..db395ed 100644
--- a/plugins/gstreamer/Makefile.am
+++ b/plugins/gstreamer/Makefile.am
@@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgmgstreamer.la
AM_CXXFLAGS = \
$(BOOST_CPPFLAGS) $(GSTREAMER_CFLAGS) $(PTLIB_CFLAGS) \
-I$(top_srcdir)/lib \
- -I$(top_srcdir)/lib/gmconf \
+ -I$(top_srcdir)/lib/settings \
-I$(top_srcdir)/lib/engine/framework \
-I$(top_srcdir)/lib/engine/notification \
-I$(top_srcdir)/lib/engine/videoinput \
diff --git a/plugins/loudmouth/Makefile.am b/plugins/loudmouth/Makefile.am
index 138068c..f99c822 100644
--- a/plugins/loudmouth/Makefile.am
+++ b/plugins/loudmouth/Makefile.am
@@ -3,6 +3,7 @@ plugin_LTLIBRARIES = libgmloudmouth.la
AM_CXXFLAGS = \
$(BOOST_CPPFLAGS) $(XML_CFLAGS) $(LOUDMOUTH_CFLAGS) \
-I$(top_srcdir)/lib/ \
+ -I$(top_srcdir)/lib/settings/ \
-I$(top_srcdir)/lib/engine/framework \
-I$(top_srcdir)/lib/engine/account \
-I$(top_srcdir)/lib/engine/presence \
diff --git a/plugins/loudmouth/loudmouth-bank.cpp b/plugins/loudmouth/loudmouth-bank.cpp
index 09f16eb..db1f74a 100644
--- a/plugins/loudmouth/loudmouth-bank.cpp
+++ b/plugins/loudmouth/loudmouth-bank.cpp
@@ -37,8 +37,6 @@
#include <glib/gi18n.h>
-#include "gmconf.h"
-
#include "form-request-simple.h"
#define JABBER_KEY "jabber"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]