OSDN Git Service

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