diff --git a/ChangeLog b/ChangeLog index e4fe7414a4..f9033edf2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-02-13 Stefan Kost + + * configure.ac: + * docs/plugins/Makefile.am: + Also crossref against gst-plugins-base-libs. + 2007-02-12 Stefan Kost * configure.ac: diff --git a/configure.ac b/configure.ac index d3807a0a5b..7e121643eb 100644 --- a/configure.ac +++ b/configure.ac @@ -662,6 +662,7 @@ tests/check/Makefile tests/examples/Makefile tests/examples/seek/Makefile tests/examples/volume/Makefile +tests/examples/xerror/Makefile tests/icles/Makefile docs/Makefile docs/design/Makefile diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index bcea5aa03e..36670161d9 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -51,7 +51,8 @@ MKDB_OPTIONS=--sgml-mode FIXXREF_OPTIONS=--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \ --extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \ --extra-dir=$(GST_PREFIX)/share/gtk-doc/html/gstreamer-@GST_MAJORMINOR@ \ - --extra-dir=$(GST_PREFIX)/share/gtk-doc/html/gstreamer-libs-@GST_MAJORMINOR@ + --extra-dir=$(GST_PREFIX)/share/gtk-doc/html/gstreamer-libs-@GST_MAJORMINOR@ \ + --extra-dir=$(datadir)/gtk-doc/html/gst-plugins-base-libs-@GST_MAJORMINOR@ # Used for dependencies. HFILE_GLOB=$(DOC_SOURCE_DIR)/*/*/*.h