make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be added manually to each...
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 13 Jul 2005 17:58:07 +0000 (17:58 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 13 Jul 2005 17:58:07 +0000 (17:58 +0000)
commit1ea0574af4f810843333ec2b99edd5f252c3dd08
tree5148540de7fd8f6c59d6545315aec17bf2839499
parent7bfdb23652ff2088547eb314748e9e0ffcebc173
make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be added manually to each Makefile.am so we are sure it goes

Original commit message from CVS:
make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
added manually to each Makefile.am so we are sure it goes
*last* and doesn't add -L flags before linking in libs of our
own, like, say, internal .la libs, that then accidentally pick
up the installed copy.
29 files changed:
ChangeLog
configure.ac
docs/libs/Makefile.am
ext/alsa/Makefile.am
ext/cdparanoia/Makefile.am
ext/gnomevfs/Makefile.am
ext/libvisual/Makefile.am
ext/ogg/Makefile.am
ext/theora/Makefile.am
ext/vorbis/Makefile.am
gst-libs/gst/video/Makefile.am
gst/adder/Makefile.am
gst/audioconvert/Makefile.am
gst/audiorate/Makefile.am
gst/audioscale/Makefile.am
gst/ffmpegcolorspace/Makefile.am
gst/playback/Makefile.am
gst/sine/Makefile.am
gst/subparse/Makefile.am
gst/tags/Makefile.am
gst/tcp/Makefile.am
gst/typefind/Makefile.am
gst/videorate/Makefile.am
gst/videoscale/Makefile.am
gst/videotestsrc/Makefile.am
gst/volume/Makefile.am
sys/v4l/Makefile.am
sys/ximage/Makefile.am
sys/xvimage/Makefile.am