[folks] build: Include internal folks library for valadoc parsing issues



commit 67dc0b2e95ca289c46124799655dff8888fbc860
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Mon Oct 17 16:45:34 2011 -0700

    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 files changed, 3 insertions(+), 0 deletions(-)
---
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) \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]