mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 19:30:11 +01:00
15 lines
304 B
Makefile
15 lines
304 B
Makefile
AM_CFLAGS = \
|
|
-I$(top_srcdir)/shared-core \
|
|
-I$(top_srcdir)/libdrm/intel/ \
|
|
-I$(top_srcdir)/libdrm \
|
|
$(CAIRO_CFLAGS)
|
|
|
|
noinst_PROGRAMS = \
|
|
modetest
|
|
|
|
modetest_SOURCES = \
|
|
modetest.c
|
|
modetest_LDADD = \
|
|
$(top_builddir)/libdrm/libdrm.la \
|
|
$(top_builddir)/libdrm/intel/libdrm_intel.la \
|
|
$(CAIRO_LIBS)
|