st/xvmc: pick up the headers for distribution
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 17 Aug 2014 23:02:07 +0000 (00:02 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 28 Aug 2014 20:24:40 +0000 (21:24 +0100)
 - autotools/make will pick them up in the tarball.
 - Sort the list alphabetically.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gallium/state_trackers/xvmc/Makefile.am
src/gallium/state_trackers/xvmc/Makefile.sources

index c667ab2c2be7bba02c053756a466023d41394b29..abaa88e44631f90becd7ff25f8698bf1898c2a7d 100644 (file)
@@ -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)
index 8609801100d29c99ca66b47957b3da83ba976789..814357bf25da592db5129925d046b6876948119f 100644 (file)
@@ -1,6 +1,7 @@
 C_SOURCES := \
+       attributes.c \
        block.c \
-       surface.c \
        context.c \
+       surface.c \
        subpicture.c \
-       attributes.c
+       xvmc_private.h