build: Include internal folks library for valadoc parsing issues
authorTravis Reitter <travis.reitter@collabora.co.uk>
Mon, 17 Oct 2011 23:45:34 +0000 (16:45 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Mon, 17 Oct 2011 23:53:14 +0000 (16:53 -0700)
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

index 28d28f5..10f96ce 100644 (file)
@@ -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) \