gallium/galahad: 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:41:52 +01:00
parent 0ea9569d8f
commit 8928788d58
2 changed files with 8 additions and 2 deletions

View file

@ -12,3 +12,5 @@ AM_CFLAGS = \
noinst_LTLIBRARIES = libgalahad.la
libgalahad_la_SOURCES = $(C_SOURCES)
EXTRA_DIST = SConscript

View file

@ -1,4 +1,8 @@
C_SOURCES := \
glhd_objects.c \
glhd_context.c \
glhd_screen.c
glhd_context.h \
glhd_objects.c \
glhd_objects.h \
glhd_public.h \
glhd_screen.c \
glhd_screen.h