From 0bd58aad5e53ff7b3e66f04787add9bbd4e59a01 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 14 Jul 2010 13:10:04 +0100 Subject: Consolidate the tp-vala valaflags into configure.ac Rather than calling pkg-config from various Makefiles to find out the same information. --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3