mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 12:50:11 +01:00
tests/modeprint: Remove needless dependency on drm_intel
This commit is contained in:
parent
8fef29093f
commit
1776246785
1 changed files with 1 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
|||
AM_CFLAGS = \
|
||||
-I$(top_srcdir)/include/drm \
|
||||
-I$(top_srcdir)/intel/ \
|
||||
-I$(top_srcdir)
|
||||
|
||||
noinst_PROGRAMS = \
|
||||
|
|
@ -9,5 +8,4 @@ noinst_PROGRAMS = \
|
|||
modeprint_SOURCES = \
|
||||
modeprint.c
|
||||
modeprint_LDADD = \
|
||||
$(top_builddir)/libdrm.la \
|
||||
$(top_builddir)/intel/libdrm_intel.la
|
||||
$(top_builddir)/libdrm.la
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue