aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-03-18 01:49:41 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-03-18 07:40:47 +0800
commitaeab12d7504c42d6ad4ee901be21cb79d1935c7a (patch)
tree23659ffdbb8b48093779f39e074eea443f381f46
parente4a43ad1a8c190eca267e42e2b3febf6448cd65f (diff)
downloadgsoc2013-evolution-aeab12d7504c42d6ad4ee901be21cb79d1935c7a.tar
gsoc2013-evolution-aeab12d7504c42d6ad4ee901be21cb79d1935c7a.tar.gz
gsoc2013-evolution-aeab12d7504c42d6ad4ee901be21cb79d1935c7a.tar.bz2
gsoc2013-evolution-aeab12d7504c42d6ad4ee901be21cb79d1935c7a.tar.lz
gsoc2013-evolution-aeab12d7504c42d6ad4ee901be21cb79d1935c7a.tar.xz
gsoc2013-evolution-aeab12d7504c42d6ad4ee901be21cb79d1935c7a.tar.zst
gsoc2013-evolution-aeab12d7504c42d6ad4ee901be21cb79d1935c7a.zip
Add dbus-glib flags to evolution binary.
-rw-r--r--shell/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 3ebf5dcfb1..9259d63db9 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -136,6 +136,7 @@ evolution_CPPFLAGS = \
$(EVOLUTION_DATA_SERVER_CFLAGS) \
$(GNOME_PLATFORM_CFLAGS) \
$(GTKHTML_CFLAGS) \
+ $(DBUS_GLIB_CFLAGS) \
$(CLUTTER_CFLAGS)
evolution_SOURCES = \
@@ -151,6 +152,7 @@ evolution_LDADD = \
$(top_builddir)/filter/libfilter.la \
$(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
+ $(DBUS_GLIB_LIBS) \
$(CLUTTER_LIBS) \
$(EVOLUTIONICON)