mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-11 05:10:18 +01:00
fix error in previous patch Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.com> Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
15 lines
227 B
Makefile
15 lines
227 B
Makefile
AM_CFLAGS = \
|
|
-I$(top_srcdir)/include/drm \
|
|
-I$(top_srcdir)
|
|
if HAVE_INSTALL_TESTS
|
|
bin_PROGRAMS = \
|
|
vbltest
|
|
else
|
|
noinst_PROGRAMS = \
|
|
vbltest
|
|
endif
|
|
|
|
vbltest_SOURCES = \
|
|
vbltest.c
|
|
vbltest_LDADD = \
|
|
$(top_builddir)/libdrm.la
|