mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +00:00
This fixes the build problems introduced by commit 685e577 (Move library selftests to lib/tests). Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
19 lines
354 B
Makefile
19 lines
354 B
Makefile
IGT_LIB_PATH := $(builddir)
|
|
GPU_TOOLS_PATH := $(top_srcdir)
|
|
|
|
SUBDIRS = . tests
|
|
|
|
include Makefile.sources
|
|
|
|
noinst_LTLIBRARIES = libintel_tools.la
|
|
noinst_HEADERS = check-ndebug.h
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)
|
|
AM_CFLAGS = $(DRM_CFLAGS) $(CWARNFLAGS) \
|
|
-DIGT_DATADIR=\""$(abs_top_srcdir)/tests"\"
|
|
|
|
|
|
LDADD = $(CAIRO_LIBS)
|
|
AM_CFLAGS += $(CAIRO_CFLAGS)
|
|
|