tests: fix build with alternate X11 paths.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 4 Oct 2012 13:28:07 +0000 (15:28 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 8 Oct 2012 07:27:55 +0000 (09:27 +0200)
commit11ef676d6722b5d203b2eff2639de515510c5673
tree0ab8429fb81620fff8879ba6f1549eb7071fa42d
parent09b8fbd6b20663a971b8668876aa978050714548
tests: fix build with alternate X11 paths.

If a program explicitly uses libfoo functions (libX11 for instance here),
then it shall be explicitly linked against that library. So, fix all
instances where X11 functions are called to include the right paths
to headers and libraries.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
(cherry picked from commit c31d2e8a1bb2c1210fee922b5c54e14ec3077605)
test/basic/Makefile.am
test/encode/Makefile.am
test/transcode/Makefile.am