mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-23 12:08:14 +02:00
11 lines
169 B
Makefile
11 lines
169 B
Makefile
AM_CFLAGS = \
|
|
-I$(top_srcdir)/include/drm \
|
|
-I$(top_srcdir)
|
|
|
|
noinst_PROGRAMS = \
|
|
vbltest
|
|
|
|
vbltest_SOURCES = \
|
|
vbltest.c
|
|
vbltest_LDADD = \
|
|
$(top_builddir)/libdrm.la
|