From: Ren, Zhaohan Date: Wed, 25 Mar 2009 18:25:03 +0000 (+0800) Subject: patch 102_fix_make_dist.patch X-Git-Tag: 04032009~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F64%2F364%2F1;p=profile%2Fivi%2Flibva.git patch 102_fix_make_dist.patch --- diff --git a/dummy_drv_video/Makefile.am b/dummy_drv_video/Makefile.am index b2ad347..873ff0e 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 e7d876a..cb0ac94 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,5 +31,3 @@ libva_la_SOURCES = va.c libvaincludedir = ${includedir} libvainclude_HEADERS = va.h va_backend.h - -EXTRA_DIST = ChangeLog TODO diff --git a/test/Makefile.am b/test/Makefile.am index 4c6f8f9..9a9c87f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -72,6 +72,7 @@ test_11_SOURCES = test_11.c test_12_LDADD = $(TEST_LIBS) test_12_SOURCES = test_12.c +EXTRA_DIST = test_common.c valgrind: $(check_PROGRAMS) for a in $(check_PROGRAMS); do \