diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2011-07-20 16:48:51 +0200 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@gmail.com> | 2011-07-26 14:07:32 +0800 |
commit | 0d25dbe4a30be512e9ca665b07fe5c7ce71f4127 (patch) | |
tree | 9708825b9ae0c32944825b1421e172ad2e9107b9 /test | |
parent | 9370f6087a2515b1c290899b1123185eb18fb7b8 (diff) |
Fix make dist.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 1 | ||||
-rw-r--r-- | test/encode/Makefile.am | 2 | ||||
-rw-r--r-- | test/putsurface/Makefile.am | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index a4d1af5..c55f6cb 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -25,3 +25,4 @@ AM_CFLAGS = -I$(top_srcdir)/va -I$(top_srcdir)/test/basic -I$(top_srcdir)/src/x1 SUBDIRS = basic decode encode putsurface vainfo +EXTRA_DIST = loadsurface.h loadsurface_yuv.h
\ No newline at end of file diff --git a/test/encode/Makefile.am b/test/encode/Makefile.am index 7b42584..7e48fdd 100644 --- a/test/encode/Makefile.am +++ b/test/encode/Makefile.am @@ -32,6 +32,8 @@ h264encode_SOURCES = h264encode_x11.c avcenc_LDADD= $(TEST_LIBS) avcenc_SOURCES= avcenc.c +EXTRA_DIST = h264encode_common.c + valgrind: $(bin_PROGRAMS) for a in $(bin_PROGRAMS); do \ valgrind --leak-check=full --show-reachable=yes .libs/$$a; \ diff --git a/test/putsurface/Makefile.am b/test/putsurface/Makefile.am index 45f62a0..0d67df0 100644 --- a/test/putsurface/Makefile.am +++ b/test/putsurface/Makefile.am @@ -29,8 +29,7 @@ TEST_LIBS = $(top_builddir)/va/$(libvabackendlib) -lpthread putsurface_LDADD = $(TEST_LIBS) putsurface_SOURCES = putsurface_x11.c -EXTRA_DIST = loadsurface.h - +EXTRA_DIST = putsurface_common.c valgrind: $(bin_PROGRAMS) for a in $(bin_PROGRAMS); do \ |