diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2010-03-08 09:41:41 +0100 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@gmail.com> | 2010-03-08 17:24:59 +0800 |
commit | 78f1145efe07fb5437dae60548c4d079e12866f6 (patch) | |
tree | 39d307385bb7462257c743e9924d86c1697ebb0c /i965_drv_video/Makefile.am | |
parent | 2604959f19d78567d6a4eb0cd944edf6c0bfc35f (diff) |
Fix drivers build.
Diffstat (limited to 'i965_drv_video/Makefile.am')
-rw-r--r-- | i965_drv_video/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i965_drv_video/Makefile.am b/i965_drv_video/Makefile.am index 0a36fa8..88b5590 100644 --- a/i965_drv_video/Makefile.am +++ b/i965_drv_video/Makefile.am @@ -22,7 +22,7 @@ SUBDIRS = shaders -AM_CFLAGS = -Wall -I$(top_srcdir)/va -I$(top_srcdir)/src/x11 @DRM_CFLAGS@ +AM_CFLAGS = -Wall -I$(top_srcdir)/va -I$(top_srcdir)/va/x11 @DRM_CFLAGS@ i965_drv_video_la_LTLIBRARIES = i965_drv_video.la i965_drv_video_ladir = @LIBVA_DRIVERS_PATH@ |