diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-07-08 07:52:49 +0000 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-07-08 17:42:05 +0800 |
commit | ebb5f8bab9dee76b2b2f1d6db409df06de0ba74b (patch) | |
tree | dcf91012d52c857bbbf955e7553eba4298079256 /src | |
parent | 782c7439bcd0a09f64c21fd3197fa5580cdc0682 (diff) |
Fix make install (<va/va_x11.h>). Actually drop extraneous space. ;-)
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/x11/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x11/Makefile.am b/src/x11/Makefile.am index 06129db..8d1c160 100644 --- a/src/x11/Makefile.am +++ b/src/x11/Makefile.am @@ -22,7 +22,7 @@ AM_CFLAGS = -DLINUX -DIN_LIBVA -I$(top_srcdir)/src $(DRM_CFLAGS) noinst_LTLIBRARIES = libva_x11.la -libva_x11includedir = ${includedir}/va +libva_x11includedir = ${includedir}/va libva_x11include_HEADERS = va_x11.h va_dri.h va_dri2.h va_dricommon.h libva_x11_la_SOURCES = va_x11.c va_dri.c va_dri2.c va_dricommon.c dri2_util.c dri1_util.c |