mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-22 23:18:15 +02:00
11 lines
177 B
Makefile
11 lines
177 B
Makefile
AM_CFLAGS = \
|
|
-I$(top_srcdir)/include/drm \
|
|
-I$(top_srcdir)
|
|
|
|
noinst_PROGRAMS = \
|
|
modeprint
|
|
|
|
modeprint_SOURCES = \
|
|
modeprint.c
|
|
modeprint_LDADD = \
|
|
$(top_builddir)/libdrm.la
|