diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2009-07-02 17:51:41 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-07-02 17:51:41 +0800 |
commit | 588eedae5c1cecc0c74818097ccfe8b3d470c979 (patch) | |
tree | 0a1df907c9d43878df3e9b881aa5efdf60c61dd4 /Makefile.am | |
parent | 58a4a6afe80835829e95d47b4c10196ceae71f89 (diff) | |
download | libva-intel-driver-588eedae5c1cecc0c74818097ccfe8b3d470c979.tar.gz libva-intel-driver-588eedae5c1cecc0c74818097ccfe8b3d470c979.tar.bz2 libva-intel-driver-588eedae5c1cecc0c74818097ccfe8b3d470c979.zip |
Refine the directory, move src/X11 to dri/
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f01f4ef..594b165 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ SUBDIRS = shaders -AM_CFLAGS = -Wall -I$(top_srcdir)/src -I$(top_srcdir)/common -I$(top_srcdir)/intel @DRM_CFLAGS@ -DIN_LIBVA +AM_CFLAGS = -Wall -I$(top_srcdir)/src -I$(top_srcdir)/dri @DRM_CFLAGS@ -DIN_LIBVA i965_drv_video_la_LTLIBRARIES = i965_drv_video.la i965_drv_video_ladir = $(libdir)/dri |