diff options
-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 |