summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTravis Reitter <travis.reitter@collabora.co.uk>2010-06-16 15:37:27 -0700
committerTravis Reitter <travis.reitter@collabora.co.uk>2010-06-17 10:24:30 -0700
commit0d6a6fd4452dcaaf473db021adee32edff941044 (patch)
tree94b97d6647c901b7c0c3fae7612b085c01b1e9ca /Makefile.am
parent90d7894bb9001ef00338ed2acfe6de82e9c8f3af (diff)
downloadtelepathy-glib-0d6a6fd4452dcaaf473db021adee32edff941044.tar.gz
Update the build system to build the Vala bindings (when enabled).
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0b6ab8db5..2083cfe0a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,10 +5,18 @@ SUBDIRS = \
tools \
spec \
telepathy-glib \
+ $(NULL)
+
+if HAVE_VALA
+SUBDIRS += vala
+endif
+
+SUBDIRS += \
extensions \
examples \
tests \
- docs
+ docs \
+ $(NULL)
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-debug