Hi,This patch in attachment applies to libva git and fixes make dist. The alternative is to add the files but I don't have them, I am sorry. ;-)
Regards, Gwenole.
From 350d45463371235f6350713c493a07ab3e1f7995 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne <[email protected]> Date: Thu, 8 Jan 2009 11:54:03 +0000 Subject: [PATCH] Fix make dist. --- dummy_drv_video/Makefile.am | 1 + src/Makefile.am | 2 -- 2 files changed, 1 insertions(+), 2 deletions(-) diff --git a/dummy_drv_video/Makefile.am b/dummy_drv_video/Makefile.am index 0c367fa..651c8fa 100644 --- a/dummy_drv_video/Makefile.am +++ b/dummy_drv_video/Makefile.am @@ -28,3 +28,4 @@ dummy_drv_video_la_LIBADD = ../src/libva.la AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/../../include/external/ -I$(top_srcdir)/../../include/kmd dummy_drv_video_la_SOURCES = dummy_drv_video.c object_heap.c +noinst_HEADERS = dummy_drv_video.h object_heap.h diff --git a/src/Makefile.am b/src/Makefile.am index 11d9e77..e0a24ab 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,5 +29,3 @@ libva_la_SOURCES = va_dri.c va.c va_dristr.h libvaincludedir = ${includedir} libvainclude_HEADERS = va.h va_x11.h va_dri.h va_backend.h - -EXTRA_DIST = ChangeLog TODO -- 1.5.4.3
_______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
