mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-26 19:28:18 +02:00
13 lines
272 B
Makefile
13 lines
272 B
Makefile
AM_CFLAGS = \
|
|
-I$(top_srcdir)/shared-core \
|
|
-I$(top_srcdir)/libdrm/intel/ \
|
|
-I$(top_srcdir)/libdrm
|
|
|
|
noinst_PROGRAMS = \
|
|
modeprint
|
|
|
|
modeprint_SOURCES = \
|
|
modeprint.c
|
|
modeprint_LDADD = \
|
|
$(top_builddir)/libdrm/libdrm.la \
|
|
$(top_builddir)/libdrm/intel/libdrm_intel.la
|