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 <emil.l.velikov@gmail.com>
This commit is contained in:
Emil Velikov 2014-08-18 00:02:07 +01:00
parent c6e5801b40
commit 398f6eefee
2 changed files with 5 additions and 2 deletions

View 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)

View File

@ -1,6 +1,7 @@
C_SOURCES := \
attributes.c \
block.c \
surface.c \
context.c \
surface.c \
subpicture.c \
attributes.c
xvmc_private.h