mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-27 09:00:31 +01:00
13 lines
244 B
Makefile
13 lines
244 B
Makefile
AM_CFLAGS = \
|
|
-I$(top_srcdir)/include/drm \
|
|
-I$(top_srcdir)/intel/ \
|
|
-I$(top_srcdir)
|
|
|
|
noinst_PROGRAMS = \
|
|
modeprint
|
|
|
|
modeprint_SOURCES = \
|
|
modeprint.c
|
|
modeprint_LDADD = \
|
|
$(top_builddir)/libdrm.la \
|
|
$(top_builddir)/intel/libdrm_intel.la
|