aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-07-11 21:39:25 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-07-11 21:39:25 +0800
commit3e481b5a3832be009afee04431a95d60761f75bd (patch)
tree746d64adafbe674641a0c7fe2a3caa5b606a340d /shell/Makefile.am
parent2c48f517c1c41d7162e1d9fba89807f812ad3f5f (diff)
downloadgsoc2013-evolution-3e481b5a3832be009afee04431a95d60761f75bd.tar
gsoc2013-evolution-3e481b5a3832be009afee04431a95d60761f75bd.tar.gz
gsoc2013-evolution-3e481b5a3832be009afee04431a95d60761f75bd.tar.bz2
gsoc2013-evolution-3e481b5a3832be009afee04431a95d60761f75bd.tar.lz
gsoc2013-evolution-3e481b5a3832be009afee04431a95d60761f75bd.tar.xz
gsoc2013-evolution-3e481b5a3832be009afee04431a95d60761f75bd.tar.zst
gsoc2013-evolution-3e481b5a3832be009afee04431a95d60761f75bd.zip
Fix some linking issues.
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 2fc70ae490..3cae585252 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -57,6 +57,7 @@ libeshell_la_CPPFLAGS = \
-DDATADIR=\""$(datadir)"\" \
-DLIBDIR=\""$(datadir)"\" \
-DG_LOG_DOMAIN=\"evolution-shell\" \
+ $(EVOLUTION_DATA_SERVER_CFLAGS) \
$(GNOME_PLATFORM_CFLAGS) \
$(TZDIALOG_CFLAGS) \
$(SHELL_CFLAGS)
@@ -92,6 +93,7 @@ libeshell_la_LIBADD = \
$(top_builddir)/smclient/libeggsmclient.la \
$(top_builddir)/widgets/misc/libemiscwidgets.la \
$(top_builddir)/widgets/menus/libmenus.la \
+ $(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
$(SHELL_LIBS)