summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bdbf730..b30be87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,4 +56,10 @@ AC_SUBST(LIBVA_LIBS)
pkgconfigdir=${libdir}/pkgconfig
AC_SUBST(pkgconfigdir)
-AC_OUTPUT([Makefile src/Makefile src/X11/Makefile dummy_drv_video/Makefile test/Makefile libva.pc])
+AC_OUTPUT([
+ Makefile
+ src/Makefile
+ dummy_drv_video/Makefile
+ test/Makefile
+ libva.pc
+])