Commit 6589ff73 authored by Ren, Zhaohan's avatar Ren, Zhaohan

patch 102_fix_make_dist.patch

parent a7b1d60a
......@@ -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
......@@ -31,5 +31,3 @@ libva_la_SOURCES = va.c
libvaincludedir = ${includedir}
libvainclude_HEADERS = va.h va_backend.h
EXTRA_DIST = ChangeLog TODO
......@@ -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 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment