diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-07-03 15:40:54 +0000 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-07-08 14:19:00 +0800 |
commit | c694fd48444845d4e064ed22499326d917830618 (patch) | |
tree | 4ca1588489714cf4afcab1c785d6d69d642de272 /test | |
parent | 4ec2eccfb938ac037731796a7f5b05dbb8270a06 (diff) | |
download | libva-c694fd48444845d4e064ed22499326d917830618.tar.gz |
Fix make dist (i965_drv_video missing files, Paul Bender).
commit a02c6205509411b9e444b5546023dd8c5672fd99
Author: Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Date: Thu Jul 2 09:28:02 2009 +0000
Fix make dist (tests).
commit 93db0794456910eb4b1daf2e1c1a7f45448897c1
Author: Gwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Date: Wed Jun 24 07:49:02 2009 +0000
Fix make dist.
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index d9c9d82..37b3f06 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -72,7 +72,7 @@ test_11_SOURCES = test_11.c test_12_LDADD = $(TEST_LIBS) test_12_SOURCES = test_12.c -EXTRA_DIST = test_common.c +EXTRA_DIST = test_common.c mpeg2-I.jpg mpeg2-I.mpg valgrind: $(check_PROGRAMS) for a in $(check_PROGRAMS); do \ |