summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xvmc/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-08-18 00:02:07 +0100
committerEmil Velikov <[email protected]>2014-08-28 21:24:40 +0100
commit398f6eefeeee490e40c6aff9fb9899248d1f2e79 (patch)
tree3c3760e7f6a5379418d9ac445a95de3c49178c4c /src/gallium/state_trackers/xvmc/Makefile.am
parentc6e5801b40191998dfc9438cc40144ca5996a24f (diff)
st/xvmc: pick up the headers for distribution
- autotools/make will pick them up in the tarball. - Sort the list alphabetically. Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/xvmc/Makefile.am')
-rw-r--r--src/gallium/state_trackers/xvmc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/xvmc/Makefile.am b/src/gallium/state_trackers/xvmc/Makefile.am
index c667ab2c2be..abaa88e4463 100644
--- a/src/gallium/state_trackers/xvmc/Makefile.am
+++ b/src/gallium/state_trackers/xvmc/Makefile.am
@@ -42,6 +42,8 @@ noinst_PROGRAMS = \
tests/test_blocks \
tests/test_rendering
+noinst_HEADERS = tests/testlib.h
+
TEST_LIBS = $(XVMC_LIBS) -lXvMCW
tests_test_context_SOURCES = tests/test_context.c tests/testlib.c
tests_test_context_LDADD = $(TEST_LIBS)