tools/quick_dump/makefile.am: add -lrt to get clock_gettime

Attempting to build IGT on linux without libunwind fails
due to tools/quick_dump not linking the rt library,
causing an undefined symbol error for clock_gettime.
Adding -lrt to the list of libraries in Makefile.am fixes
this.

Signed-off-by: Tim Gore <tim.gore@intel.com>
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Tim Gore 2015-04-21 17:08:17 +01:00 committed by Thomas Wood
parent 52888df084
commit 20ad3e55fb

View File

@ -14,6 +14,7 @@ I915ChipsetPython_la_LIBADD = \
$(DRM_LIBS) \
$(CAIRO_LIBS) \
$(LIBUNWIND_LIBS) \
-lrt
$(NULL)
chipset.py: chipset_wrap_python.c