summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile.am1
-rw-r--r--test/encode/Makefile.am2
-rw-r--r--test/putsurface/Makefile.am3
-rw-r--r--va/Makefile.am3
4 files changed, 7 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 \
diff --git a/va/Makefile.am b/va/Makefile.am
index de97e21..2130eb1 100644
--- a/va/Makefile.am
+++ b/va/Makefile.am
@@ -49,6 +49,9 @@ libva_source_h = \
$(NULL)
libva_source_h_priv = \
+ sysdeps.h \
+ va_fool.h \
+ va_trace.h \
$(NULL)
lib_LTLIBRARIES = libva.la