examples: fix linking order.
authorEdward Hervey <bilboed@bilboed.com>
Sat, 24 Oct 2009 11:19:08 +0000 (13:19 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 24 Oct 2009 11:21:05 +0000 (13:21 +0200)
commit05667813ad040c39aff4e051f3555b2283c8a840
tree731c3bc9a12353e6dd1f5e9b67367a12610d817e
parent4de2ab48ea692bac341f8c8bb258921755443509
examples: fix linking order.

the uninstalled wrapper would create a LD_LIBRARY_PATH with system-wide
path before the local ones... resulting in the example applications picking
up the system-wide libraries and not the (potentially modified) uninstalled
libraries
tests/examples/app/Makefile.am
tests/examples/seek/Makefile.am
tests/examples/v4l/Makefile.am