From: Emil Velikov Date: Sun, 17 Aug 2014 23:02:07 +0000 (+0100) Subject: st/xvmc: pick up the headers for distribution X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=398f6eefeeee490e40c6aff9fb9899248d1f2e79;p=mesa.git 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 --- 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