fix funny build issue by not linking plugin libraries to gstreamer core. this is...
authorAndy Wingo <wingo@pobox.com>
Tue, 12 Feb 2002 17:50:22 +0000 (17:50 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 12 Feb 2002 17:50:22 +0000 (17:50 +0000)
commit73055658299abacc194ba7a39bb71025f12c488e
tree01c00c036adef92b155abeb3c3f6aec7a5ef2b09
parent70834db6ada8572ef4f1c08fef1d2a85f06a932a
fix funny build issue by not linking plugin libraries to gstreamer core. this is because they are plugins, not shared...

Original commit message from CVS:
fix funny build issue by not linking plugin libraries to gstreamer core. this is
because they are plugins, not shared libraries per se, and will only be loaded by
the core itself. this change allows the core elements (schedulers, autopluggers, etc)
to use the core loadable libraries (bytestream, getbits, etc) as well as "ext" libs
like the new cothreads package.
Makefile.am
gst/schedulers/Makefile.am
libs/gst/bytestream/Makefile.am
libs/gst/control/Makefile.am
libs/gst/getbits/Makefile.am
libs/gst/putbits/Makefile.am