[ekiga] Fix link errors
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Fix link errors
- Date: Wed, 22 Jan 2014 22:58:32 +0000 (UTC)
commit b3c6cec43ef07c7b0fe42a301b1d06817c5e7777
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Wed Jan 22 23:58:10 2014 +0100
Fix link errors
configure.ac | 18 ++++++------------
plugins/loudmouth/Makefile.am | 4 ++--
2 files changed, 8 insertions(+), 14 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ef74c9d..3775f9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -157,7 +157,7 @@ if test "x${gm_platform}" = "xmingw" ; then
else
PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.4.0 gnome-icon-theme >= 3.0.0])
fi
-PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.24.0 gmodule-2.0 gobject-2.0 gthread-2.0])
+PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.24.0 gmodule-2.0 gobject-2.0 gthread-2.0 gio-2.0])
AC_ARG_ENABLE([gtk-debug],
[AS_HELP_STRING([--enable-gtk-debug],[enable GTK+ debug flags (default is disabled)])],
[if test "x$enableval" = "xyes"; then
@@ -856,29 +856,23 @@ echo ""
echo "================ Final configuration ==================="
echo " Installing into prefix : $prefix"
echo ""
+echo " H.323 support : $H323"
+echo ""
if test "x${gm_platform}" != "xmingw" ; then
echo " GDU support : $GDU"
echo " Evolution-Data-Server support : $EDS"
echo " NOTIFY support : $NOTIFY"
-fi
-echo " LDAP support : $LDAP"
-if test "x${gm_platform}" != "xmingw" ; then
echo ""
echo " Video4Linux support : $VIDEO4LINUX"
fi
+echo " LDAP support : $LDAP"
echo ""
-echo " XVideo support : $XV"
echo " Shared Memory support : $SHM"
-if test "x${gm_platform}" = "xmingw" ; then
-echo " DirectX support : $DX"
-fi
-echo ""
-echo " H.323 support : $H323"
echo ""
if test "x${gm_platform}" != "xmingw" ; then
echo " DBUS support : $DBUS"
echo " DBUS service support : $DBUS_SERVICE"
-echo " mDNS/DNS-SD support : $AVAHI"
+echo " mDNS/DNS-SD (avahi) support : $AVAHI"
fi
echo ""
echo "The following features are experimental -- you've been warned:"
@@ -892,5 +886,5 @@ echo " OS Type : $target_os"
echo " Machine Type : $target_cpu"
echo " Byte Order : $byte_order"
echo ""
-echo " If all settings are OK, type make and make install "
+echo " If all settings are OK, type make and make install"
echo "========================================================"
diff --git a/plugins/loudmouth/Makefile.am b/plugins/loudmouth/Makefile.am
index f99c822..f9e3e72 100644
--- a/plugins/loudmouth/Makefile.am
+++ b/plugins/loudmouth/Makefile.am
@@ -1,7 +1,7 @@
plugin_LTLIBRARIES = libgmloudmouth.la
AM_CXXFLAGS = \
- $(BOOST_CPPFLAGS) $(XML_CFLAGS) $(LOUDMOUTH_CFLAGS) \
+ $(BOOST_CPPFLAGS) $(XML_CFLAGS) $(LOUDMOUTH_CFLAGS) $(GLIB_CFLAGS) \
-I$(top_srcdir)/lib/ \
-I$(top_srcdir)/lib/settings/ \
-I$(top_srcdir)/lib/engine/framework \
@@ -34,4 +34,4 @@ libgmloudmouth_la_SOURCES = \
libgmloudmouth_la_LDFLAGS = $(PLUGINS_LIBTOOL_FLAGS)
libgmloudmouth_la_LIBADD = \
$(top_builddir)/lib/libekiga.la \
- $(BOOST_LDFLAGS) $(XML_LIBS) $(LOUDMOUTH_LIBS)
+ $(BOOST_LDFLAGS) $(XML_LIBS) $(LOUDMOUTH_LIBS) $(GLIB_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]