From 87eff7b264e0d042fdb9f4ce84908dfa5bf80d7f Mon Sep 17 00:00:00 2001 From: Austin Yuan Date: Mon, 6 Jul 2009 17:18:37 +0800 Subject: [PATCH] X11->x11 per the suggestion from Gwenole Signed-off-by: Austin Yuan --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 8c4be97..32f48ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ SUBDIRS = shaders -AM_CFLAGS = -Wall -I$(top_srcdir)/src -I$(top_srcdir)/src/X11 @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