diff options
author | Emil Velikov <[email protected]> | 2014-08-18 00:02:07 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-08-28 21:24:40 +0100 |
commit | 398f6eefeeee490e40c6aff9fb9899248d1f2e79 (patch) | |
tree | 3c3760e7f6a5379418d9ac445a95de3c49178c4c | |
parent | c6e5801b40191998dfc9438cc40144ca5996a24f (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]>
-rw-r--r-- | src/gallium/state_trackers/xvmc/Makefile.am | 2 | ||||
-rw-r--r-- | src/gallium/state_trackers/xvmc/Makefile.sources | 5 |
2 files changed, 5 insertions, 2 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) diff --git a/src/gallium/state_trackers/xvmc/Makefile.sources b/src/gallium/state_trackers/xvmc/Makefile.sources index 8609801100d..814357bf25d 100644 --- a/src/gallium/state_trackers/xvmc/Makefile.sources +++ b/src/gallium/state_trackers/xvmc/Makefile.sources @@ -1,6 +1,7 @@ C_SOURCES := \ + attributes.c \ block.c \ - surface.c \ context.c \ + surface.c \ subpicture.c \ - attributes.c + xvmc_private.h |