From 77dd4ca2dac6a00d14e44236bf45af9bbdf02fc9 Mon Sep 17 00:00:00 2001 From: Richard Boulton Date: Mon, 25 Jun 2001 18:14:37 +0000 Subject: [PATCH] gstreamer.types.in: remove colorspace header. Original commit message from CVS: gstreamer.types.in: remove colorspace header. Makefile.am: remove comment inside rule (nonportable). --- docs/gst/Makefile.am | 5 +++-- docs/gst/gstreamer.types.in | 2 -- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/gst/Makefile.am b/docs/gst/Makefile.am index 62185d2..8e32d9c 100644 --- a/docs/gst/Makefile.am +++ b/docs/gst/Makefile.am @@ -82,11 +82,12 @@ sgml/gstreamer-doc.bottom: $(tmpl_sources) gstreamer-decl.txt: gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="" +# The LD env-var below is a nasty hack to make this work on versions of +# gtkdoc-scanobj which don't understand libtool scanobj: $(srcdir)/$(DOC_MODULE).types - rm gstreamer-scan.o; ln -s gstreamer-scan.lo gstreamer-scan.o cd ../../gst/;$(MAKE) libgst.la cd ../../gst/elements/;$(MAKE) libgstelements.la - # The LD env-var below is a nasty hack to make this work on versions of gtkdoc-scanobj which don't understand libtool + rm gstreamer-scan.o; ln -s gstreamer-scan.lo gstreamer-scan.o env CC="$(LIBTOOL) $(CC)" LD="cp gstreamer-scan.lo gstreamer-scan.o;$(LIBTOOL) $(CC)" CFLAGS="$(LIBGST_CFLAGS) $(GLIB_CFLAGS) $(XML_CFLAGS) -I../../" LDFLAGS="$(GST_LIBS)"\ gtkdoc-scanobj --module=$(DOC_MODULE) gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) diff --git a/docs/gst/gstreamer.types.in b/docs/gst/gstreamer.types.in index e693472..41ade6a 100644 --- a/docs/gst/gstreamer.types.in +++ b/docs/gst/gstreamer.types.in @@ -1,8 +1,6 @@ #include #include -#include - gst_object_get_type gst_xml_get_type gst_element_get_type -- 2.7.4