[Mesa-dev] [PATCH 15/27] gallium/identity: ship all files in the tarball
Emil Velikov
emil.l.velikov at gmail.com
Fri Aug 29 16:45:13 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/identity/Makefile.am | 2 ++
src/gallium/drivers/identity/Makefile.sources | 8 ++++++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/gallium/drivers/identity/Makefile.am b/src/gallium/drivers/identity/Makefile.am
index 7fcbc7c..0a49633 100644
--- a/src/gallium/drivers/identity/Makefile.am
+++ b/src/gallium/drivers/identity/Makefile.am
@@ -7,3 +7,5 @@ AM_CFLAGS = \
noinst_LTLIBRARIES = libidentity.la
libidentity_la_SOURCES = $(C_SOURCES)
+
+EXTRA_DIST = SConscript
diff --git a/src/gallium/drivers/identity/Makefile.sources b/src/gallium/drivers/identity/Makefile.sources
index 14351e0..e3e34a8 100644
--- a/src/gallium/drivers/identity/Makefile.sources
+++ b/src/gallium/drivers/identity/Makefile.sources
@@ -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
--
2.0.2
More information about the mesa-dev
mailing list