aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-01-19 22:07:41 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-01-19 22:07:41 +0800
commit5c03d975b4ff781a080b308517655c84b8648763 (patch)
tree1e6c725ae1e7db665f9720071d927ce37466fff5 /doc
parent59e6e599ba390b0aa720973ff297260d7d354b73 (diff)
downloadgsoc2013-evolution-5c03d975b4ff781a080b308517655c84b8648763.tar
gsoc2013-evolution-5c03d975b4ff781a080b308517655c84b8648763.tar.gz
gsoc2013-evolution-5c03d975b4ff781a080b308517655c84b8648763.tar.bz2
gsoc2013-evolution-5c03d975b4ff781a080b308517655c84b8648763.tar.lz
gsoc2013-evolution-5c03d975b4ff781a080b308517655c84b8648763.tar.xz
gsoc2013-evolution-5c03d975b4ff781a080b308517655c84b8648763.tar.zst
gsoc2013-evolution-5c03d975b4ff781a080b308517655c84b8648763.zip
Add missing linker flags.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/shell/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/reference/shell/Makefile.am b/doc/reference/shell/Makefile.am
index 114b0e2bf5..2e26691d59 100644
--- a/doc/reference/shell/Makefile.am
+++ b/doc/reference/shell/Makefile.am
@@ -54,6 +54,8 @@ GTKDOC_CFLAGS= \
$(EVOLUTION_DATA_SERVER_CFLAGS) \
$(GTKHTML_CFLAGS)
GTKDOC_LIBS= \
+ $(top_builddir)/libemail-utils/libemail-utils.la \
+ $(top_builddir)/libemail-engine/libemail-engine.la \
$(top_builddir)/shell/libeshell.la \
$(top_builddir)/e-util/libeutil.la \
$(top_builddir)/filter/libfilter.la \