gallium/galahad: ship all files in the tarball
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 29 Aug 2014 21:41:52 +0000 (22:41 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 5 Sep 2014 22:46:25 +0000 (23:46 +0100)
 - 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>
src/gallium/drivers/galahad/Makefile.am
src/gallium/drivers/galahad/Makefile.sources

index 17572c3..476e73f 100644 (file)
@@ -12,3 +12,5 @@ AM_CFLAGS = \
 noinst_LTLIBRARIES = libgalahad.la
 
 libgalahad_la_SOURCES = $(C_SOURCES)
+
+EXTRA_DIST = SConscript
index f6c7f4b..95305f6 100644 (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