diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-09-13 11:08:47 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2010-09-13 11:08:47 +0100 |
commit | 7445c3e6c1028c4ca1610d25d9736fbc7e9fead3 (patch) | |
tree | 34f9691831e33e391474c5f3049d345b375a9296 /Makefile.am | |
parent | 16048800e01d2a18e7fb041d8fadad49731277a9 (diff) | |
download | telepathy-glib-7445c3e6c1028c4ca1610d25d9736fbc7e9fead3.tar.gz |
fd.o #30134: don't allow Vala bindings if introspection is disabled
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d536cb5b5..ab23ce650 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,9 +7,11 @@ SUBDIRS = \ telepathy-glib \ $(NULL) +if HAVE_INTROSPECTION if HAVE_VALA SUBDIRS += vala endif +endif SUBDIRS += \ extensions \ |