build: when building executables, put libs to link to into LDADD instead of LDFLAGS
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 8 Apr 2010 08:14:24 +0000 (09:14 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 14 Apr 2010 10:23:37 +0000 (11:23 +0100)
commit47ac7cf1fc24a681ec2b19e93af6a63f511b7eb6
treeebefcd2e30eaee1464a707abdbf06900c1d0c371
parent246f5dba96a5b50bb74621af67b30942cca72af5
build: when building executables, put libs to link to into LDADD instead of LDFLAGS

Use foo_LDADD instead of foo_LDFLAGS to specify the libraries to link to.
This should make sure arguments are passed to the linker in the right
order. See #615697.
libs/gst/helpers/Makefile.am
tools/Makefile.am