summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-07-14 13:10:04 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2010-07-14 14:07:00 +0100
commit0bd58aad5e53ff7b3e66f04787add9bbd4e59a01 (patch)
tree08bb7b5cc64647d5b8e80d792fa23fd3575fc6b0 /docs
parentca72626c248e5d1ed6ed096e9a81a9269410e3c4 (diff)
Consolidate the tp-vala valaflags into configure.ac
Rather than calling pkg-config from various Makefiles to find out the same information.
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 0e3a364..947c49a 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -24,7 +24,7 @@ img_DATA = \
$(doc_data) $(innerdoc_DATA) $(img_DATA): folks-0.1/index.html
VALAFLAGS = --vapidir=$(top_srcdir)/folks --vapidir=$(top_srcdir)/backends/telepathy
-VALAFLAGS += $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config --variable=valaflags telepathy-vala)
+VALAFLAGS += $(TP_VALA_VALAFLAGS)
# The Vala files which will have documentation extracted from them
doc_files = $(top_srcdir)/folks/*.vala $(top_srcdir)/backends/telepathy/*.vala