From d5641e3e6b8d4a665431f20e077873b8016bbb1d Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 16 May 2008 19:56:30 +0000 Subject: docs/Makefile.am: Don't attempt to build plugin docs when they're disabled. Original commit message from CVS: * docs/Makefile.am: Don't attempt to build plugin docs when they're disabled. * gst/bayer/Makefile.am: Add libgstvideo to the link. * gst/rtpmanager/Makefile.am: Fix link order, and move LIBS things to _LIBS --- docs/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/Makefile.am') diff --git a/docs/Makefile.am b/docs/Makefile.am index 2b9075b7..762d93b2 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,5 +1,11 @@ +if ENABLE_PLUGIN_DOCS +PLUGIN_DOCS_DIRS = plugins +else +PLUGIN_DOCS_DIRS = +endif + if ENABLE_GTK_DOC -GTK_DOC_DIRS = plugins +GTK_DOC_DIRS = $(PLUGINS_DOCS_DIRS) else GTK_DOC_DIRS = endif -- cgit v1.2.1