summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index e404bf1..efd2c30 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,8 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = \
tp-qt4-tools \
- tp-glib-tools \
- docs
+ tp-glib-tools
if ENABLE_QT4
SUBDIRS += TelepathyYtstenutQt4
@@ -13,6 +12,9 @@ if ENABLE_GLIB
SUBDIRS += telepathy-ytstenut-glib
endif
+# Build docs last because they depend on generated dbus headers
+SUBDIRS += docs
+
GIT = git
GZIP = gzip
TAR = tar