summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2010-05-18 17:16:57 +0200
committerXiang, Haihao <haihao.xiang@intel.com>2010-07-12 15:44:53 +0800
commit5438f92bc0fa803a33f59ff5ff11cee5d7b0f066 (patch)
tree117e389c1664cffa7c474d179e1b6a1d45a03b60
parentd58c6d4b05a42153384133288c4ecedc1a9be14d (diff)
downloadlibva-5438f92bc0fa803a33f59ff5ff11cee5d7b0f066.tar.gz
Fix out-of-source builds.
-rw-r--r--i965_drv_video/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/i965_drv_video/Makefile.am b/i965_drv_video/Makefile.am
index cdf9d95..058b525 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)/va/x11 @DRM_CFLAGS@
+AM_CFLAGS = -Wall -I$(top_srcdir) -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@