From c52c9727208e5eb9ad7e04b5a22366705e0a336b Mon Sep 17 00:00:00 2001 From: Austin Yuan Date: Fri, 3 Jul 2009 11:04:34 +0800 Subject: [PATCH] Move back dri --> src/X11 Signed-off-by: Austin Yuan --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 594b165..8c4be97 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ SUBDIRS = shaders -AM_CFLAGS = -Wall -I$(top_srcdir)/src -I$(top_srcdir)/dri @DRM_CFLAGS@ -DIN_LIBVA +AM_CFLAGS = -Wall -I$(top_srcdir)/src -I$(top_srcdir)/src/X11 @DRM_CFLAGS@ -DIN_LIBVA i965_drv_video_la_LTLIBRARIES = i965_drv_video.la i965_drv_video_ladir = $(libdir)/dri -- 2.7.4