mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 05:00:09 +01:00
gallium/identity: ship all files in the tarball
- 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>
This commit is contained in:
parent
930afeaa54
commit
a408b75849
2 changed files with 8 additions and 2 deletions
|
|
@ -7,3 +7,5 @@ AM_CFLAGS = \
|
|||
noinst_LTLIBRARIES = libidentity.la
|
||||
|
||||
libidentity_la_SOURCES = $(C_SOURCES)
|
||||
|
||||
EXTRA_DIST = SConscript
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue