summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTravis Reitter <travis.reitter@collabora.co.uk>2010-07-05 09:59:15 -0700
committerTravis Reitter <travis.reitter@collabora.co.uk>2010-07-05 09:59:15 -0700
commit5d5d03af7b10b511517be774c64f921d24b25db1 (patch)
tree549149a4b2a917551b2102c9362340282b299c64 /docs
parent1cbd28de9f52e36f9357f86e96dd6e0cffc7fb53 (diff)
Add missing dbus-glib dep to docs build process
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 58c0bb6..55ea4b3 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -32,7 +32,7 @@ doc_files = $(top_srcdir)/folks/*.vala $(top_srcdir)/backends/telepathy/*.vala
folks-0.1/index.html: $(doc_files)
$(VALADOC) -o folks-0.1/ --force -b $(top_srcdir) \
--pkg=gee-1.0 --pkg=gio-2.0 --pkg=gmodule-2.0 --pkg=build-conf \
- --pkg=telepathy-glib --pkg=tp-lowlevel \
+ --pkg=dbus-glib-1 --pkg=telepathy-glib --pkg=tp-lowlevel \
$(VALAFLAGS) $(doc_files)
distclean-local: distclean-docs