diff options
author | Ren, Zhaohan <zhaohan.ren@intel.com> | 2009-03-26 05:44:33 +0800 |
---|---|---|
committer | Ren, Zhaohan <zhaohan.ren@intel.com> | 2009-03-26 05:44:33 +0800 |
commit | f82ef61b328133aaf72e8412cd8eb4bce0f4e490 (patch) | |
tree | e5bdb7b15dc76fb5961328188a5bd2670decb246 | |
parent | 33fb443a1e9431e39fc04df6849e63882660b266 (diff) |
Move files from X11 to va
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | src/X11/Makefile.am | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b30be87..fa8ddbf 100644 --- a/configure.ac +++ b/configure.ac @@ -59,6 +59,7 @@ AC_SUBST(pkgconfigdir) AC_OUTPUT([ Makefile src/Makefile + src/X11/Makefile dummy_drv_video/Makefile test/Makefile libva.pc diff --git a/src/X11/Makefile.am b/src/X11/Makefile.am index fed2777..a89f369 100644 --- a/src/X11/Makefile.am +++ b/src/X11/Makefile.am @@ -22,7 +22,7 @@ AM_CFLAGS = -DLINUX -I$(top_srcdir)/src $(DRM_CFLAGS) noinst_LTLIBRARIES = libva_X11.la -libva_X11includedir = ${includedir}/X11 +libva_X11includedir = ${includedir}/va libva_X11include_HEADERS = va_x11.h va_dri.h libva_X11_la_SOURCES = va_x11.c va_dri.c |