From 67dc0b2e95ca289c46124799655dff8888fbc860 Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Mon, 17 Oct 2011 16:45:34 -0700 Subject: [PATCH] build: Include internal folks library for valadoc parsing issues Obviously, these symbols shouldn't be documented externally, but since valadoc uses libvala internal, it requires the ability to resolve them (even if they won't be exposed in the finals docs). --- docs/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Makefile.am b/docs/Makefile.am index 28d28f5..10f96ce 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -106,6 +106,7 @@ folks_telepathy_doc_deps = \ tp-lowlevel \ build-conf \ folks \ + folks-internal \ $(NULL) valadoc_flags_folks_telepathy = \ $(valadoc_flags) \ @@ -167,6 +168,7 @@ folks_eds_doc_deps = \ libedataserver-1.2 \ build-conf \ folks \ + folks-internal \ $(NULL) valadoc_flags_folks_eds = \ $(valadoc_flags) \ @@ -235,6 +237,7 @@ folks_libsocialweb_doc_deps = \ libsocialweb-client \ build-conf \ folks \ + folks-internal \ $(NULL) valadoc_flags_folks_libsocialweb = \ $(valadoc_flags) \ -- 2.7.4