tests/modeprint: Remove needless dependency on drm_intel
authorBenjamin Franzke <benjaminfranzke@googlemail.com>
Thu, 17 Feb 2011 13:07:58 +0000 (14:07 +0100)
committerBenjamin Franzke <benjaminfranzke@googlemail.com>
Thu, 17 Feb 2011 13:07:58 +0000 (14:07 +0100)
tests/modeprint/Makefile.am

index 2ae0fdc..c4862ac 100644 (file)
@@ -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