mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-04 22:40:19 +01:00
14 lines
236 B
Text
14 lines
236 B
Text
|
|
AM_CFLAGS = \
|
||
|
|
-I$(top_srcdir)/include/drm \
|
||
|
|
-I$(top_srcdir)/intel/ \
|
||
|
|
-I$(top_srcdir)
|
||
|
|
|
||
|
|
noinst_PROGRAMS = \
|
||
|
|
vbltest
|
||
|
|
|
||
|
|
vbltest_SOURCES = \
|
||
|
|
vbltest.c
|
||
|
|
vbltest_LDADD = \
|
||
|
|
$(top_builddir)/libdrm.la \
|
||
|
|
$(top_builddir)/intel/libdrm_intel.la
|