gallium/identity: ship all files in the tarball

- include all headers in Makefile.sources
 - sort the list(s)
 - bundle the scons buildscript

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Acked-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Emil Velikov 2014-08-29 22:47:12 +01:00
parent 930afeaa54
commit a408b75849
2 changed files with 8 additions and 2 deletions

View file

@ -7,3 +7,5 @@ AM_CFLAGS = \
noinst_LTLIBRARIES = libidentity.la
libidentity_la_SOURCES = $(C_SOURCES)
EXTRA_DIST = SConscript

View file

@ -1,4 +1,8 @@
C_SOURCES := \
id_objects.c \
id_context.c \
id_screen.c
id_context.h \
id_objects.c \
id_objects.h \
id_public.h \
id_screen.c \
id_screen.h