gallium/identity: ship all files in the tarball
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 29 Aug 2014 21:47:12 +0000 (22:47 +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/identity/Makefile.am
src/gallium/drivers/identity/Makefile.sources

index 7fcbc7c061235ea622fdeefb74f6f04edc5f8606..0a496331855b590a55d0a7d4109e669748b30535 100644 (file)
@@ -7,3 +7,5 @@ AM_CFLAGS = \
 noinst_LTLIBRARIES = libidentity.la
 
 libidentity_la_SOURCES = $(C_SOURCES)
+
+EXTRA_DIST = SConscript
index 14351e0e8d896e9367938526a083a3513dc2f7ec..e3e34a85589023eac02307265262c74d379d0731 100644 (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