mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-28 01:40:19 +01:00
Add libdrm source dir, to build tests from a different build dir
This commit is contained in:
parent
f01026eae6
commit
405c48b857
1 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
AM_CFLAGS = \
|
||||
-I $(top_srcdir)/shared-core
|
||||
-I $(top_srcdir)/shared-core \
|
||||
-I $(top_srcdir)/libdrm
|
||||
|
||||
noinst_PROGRAMS = \
|
||||
dristat \
|
||||
|
|
@ -20,4 +21,5 @@ TESTS = openclose \
|
|||
updatedraw
|
||||
|
||||
EXTRA_PROGRAMS = $(TESTS)
|
||||
CLEANFILES = $(EXTRA_PROGRAMS) $(EXTRA_LTLIBRARIES)
|
||||
CLEANFILES = $(EXTRA_PROGRAMS) $(EXTRA_LTLIBRARIES)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue