Make benchmarks also link against libpciaccess
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Tue, 24 Jan 2012 04:13:48 +0000 (20:13 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 24 Jan 2012 10:38:10 +0000 (11:38 +0100)
commit5c4e041dc8bea5cc32e37ab8fce09ac7f4ede135
tree7016540fc72ceaec9e0c5cb35d443487226ac2b9
parentfa461203e6df7318d49d183366769e392e6decf0
Make benchmarks also link against libpciaccess

Fixes Solaris build error on build of intel_upload_blit_large:

Undefined first referenced
 symbol       in file
pci_device_probe                    ../lib/.libs/libintel_tools.a(intel_pci.o)  (symbol belongs to implicit dependency libpciaccess.so.0)
pci_system_init                     ../lib/.libs/libintel_tools.a(intel_pci.o)  (symbol belongs to implicit dependency libpciaccess.so.0)
pci_device_find_by_slot             ../lib/.libs/libintel_tools.a(intel_pci.o)  (symbol belongs to implicit dependency libpciaccess.so.0)
ld: fatal: symbol referencing errors. No output written to intel_upload_blit_large

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
benchmarks/Makefile.am