summaryrefslogtreecommitdiff
path: root/gst/Makefile.am
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2005-09-20 20:40:00 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2005-09-20 20:40:00 +0000
commit0838cd0b74fcf21b2dff91984cc8585f02248ef6 (patch)
tree97623b86455a16e56b65d360352fb5ed793e86ae /gst/Makefile.am
parent77d2059fbc7f3da253b889db97544eec82c27d27 (diff)
downloadgstreamer-0838cd0b74fcf21b2dff91984cc8585f02248ef6.tar.gz
more docs inlined, splitted gstindex.{c,h}
Original commit message from CVS: * docs/gst/gstreamer-docs.sgml: * docs/gst/gstreamer-sections.txt: * docs/gst/tmpl/.cvsignore: * gst/Makefile.am: * gst/gst.h: * gst/gstbin.c: * gst/gstelement.h: * gst/gstindex.c: (gst_index_class_init): * gst/gstindex.h: * gst/gstindexfactory.c: (gst_index_factory_get_type), (gst_index_factory_class_init), (gst_index_factory_init), (gst_index_factory_finalize), (gst_index_factory_new), (gst_index_factory_destroy), (gst_index_factory_find), (gst_index_factory_create), (gst_index_factory_make): * gst/gstindexfactory.h: * gst/gstpluginfeature.c: * gst/gstpluginfeature.h: * libs/gst/controller/gstcontroller.c: (gst_controller_new_valist): more docs inlined, splitted gstindex.{c,h}
Diffstat (limited to 'gst/Makefile.am')
-rw-r--r--gst/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am
index 60d334b9fd..de9037ac0c 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -38,7 +38,7 @@ if GST_DISABLE_INDEX
GST_INDEX_SRC =
SUBDIRS_INDEX =
else
-GST_INDEX_SRC = gstindex.c
+GST_INDEX_SRC = gstindex.c gstindexfactory.c
SUBDIRS_INDEX = indexers
endif
@@ -160,6 +160,7 @@ gst_headers = \
gstformat.h \
gstghostpad.h \
gstindex.h \
+ gstindexfactory.h \
gstinfo.h \
gstinterface.h \
gstiterator.h \