From b5194ac6cb322f9870c3d8f7903e8ccaa06b50a4 Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Thu, 3 Feb 2011 13:42:44 +0100 Subject: Get rid of nasty warnings when building docs Added a SCANGOBJ_OPTIONS in the Makefile.am so gst_init is executed before using gstreamer in the gupnp-dlna-scan. --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index d1062d0..254b4e3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -21,7 +21,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml DOC_SOURCE_DIR=../libgupnp-dlna # Extra options to pass to gtkdoc-scangobj. Not normally needed. -SCANGOBJ_OPTIONS= +SCANGOBJ_OPTIONS=--type-init-func="gst_init(NULL,NULL)" # Extra options to supply to gtkdoc-scan. # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" -- cgit v1.2.1