diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-07-11 21:39:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-07-11 21:39:25 +0800 |
commit | 3e481b5a3832be009afee04431a95d60761f75bd (patch) | |
tree | 746d64adafbe674641a0c7fe2a3caa5b606a340d /shell/Makefile.am | |
parent | 2c48f517c1c41d7162e1d9fba89807f812ad3f5f (diff) | |
download | gsoc2013-evolution-3e481b5a3832be009afee04431a95d60761f75bd.tar.gz gsoc2013-evolution-3e481b5a3832be009afee04431a95d60761f75bd.tar.zst gsoc2013-evolution-3e481b5a3832be009afee04431a95d60761f75bd.zip |
Fix some linking issues.
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
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) |