diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-15 13:58:18 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-15 13:58:18 +0000 |
commit | 08479555e50819e461cb7ad40dc25cd109da3157 (patch) | |
tree | 4141ba43fa6702219aac5087d19952d702d9e2c7 /plugins/indexers | |
parent | 01ca7865c5b778de3ce8d0fc52fd65908ff0d9a9 (diff) |
configure.ac: reorganize clean up document more remove cruft
Original commit message from CVS:
* configure.ac:
reorganize
clean up
document more
remove cruft
* check/Makefile.am:
* docs/gst/Makefile.am:
* examples/helloworld/Makefile.am:
* gst/Makefile.am:
* gst/base/Makefile.am:
* gst/check/Makefile.am:
* gst/elements/Makefile.am:
* gst/indexers/Makefile.am:
* gst/parse/Makefile.am:
* libs/gst/controller/Makefile.am:
* libs/gst/dataprotocol/Makefile.am:
* examples/helloworld/helloworld.c: (event_loop):
compile fixes, though it's not being compiled currently
Diffstat (limited to 'plugins/indexers')
-rw-r--r-- | plugins/indexers/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/indexers/Makefile.am b/plugins/indexers/Makefile.am index d4b0f74db..c98c167b5 100644 --- a/plugins/indexers/Makefile.am +++ b/plugins/indexers/Makefile.am @@ -1,4 +1,3 @@ - plugin_LTLIBRARIES = libgstindexers.la # file index uses xml @@ -12,4 +11,3 @@ libgstindexers_la_SOURCES = gstindexers.c gstmemindex.c $(GST_LOADSAVE_SRC) libgstindexers_la_CFLAGS = $(GST_OBJ_CFLAGS) libgstindexers_la_LIBADD = $(GST_OBJ_LIBS) libgstindexers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) - |