- Will allow autotools to pick it up in the tarball.
 - Sort the list alphabetically.

Signed-off-by: Emil Velikov <[email protected]>

S#igned-off-by: Emil Velikov <[email protected]>
---
 src/gallium/state_trackers/xvmc/Makefile.am      | 2 ++
 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 c667ab2..abaa88e 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 8609801..814357b 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
-- 
2.0.2

_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to