[Mesa-dev] [PATCH 12/27] gallium/galahad: ship all files in the tarball
Emil Velikov
emil.l.velikov at gmail.com
Fri Aug 29 16:45:10 PDT 2014
- include all headers in Makefile.sources
- sort the list(s)
- bundle the scons buildscript
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
src/gallium/drivers/galahad/Makefile.am | 2 ++
src/gallium/drivers/galahad/Makefile.sources | 8 ++++++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/gallium/drivers/galahad/Makefile.am b/src/gallium/drivers/galahad/Makefile.am
index 17572c3..476e73f 100644
--- a/src/gallium/drivers/galahad/Makefile.am
+++ b/src/gallium/drivers/galahad/Makefile.am
@@ -12,3 +12,5 @@ AM_CFLAGS = \
noinst_LTLIBRARIES = libgalahad.la
libgalahad_la_SOURCES = $(C_SOURCES)
+
+EXTRA_DIST = SConscript
diff --git a/src/gallium/drivers/galahad/Makefile.sources b/src/gallium/drivers/galahad/Makefile.sources
index f6c7f4b..95305f6 100644
--- a/src/gallium/drivers/galahad/Makefile.sources
+++ b/src/gallium/drivers/galahad/Makefile.sources
@@ -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
--
2.0.2
More information about the mesa-dev
mailing list