mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-02 11:18:17 +02:00
- 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>
8 lines
122 B
Text
8 lines
122 B
Text
C_SOURCES := \
|
|
id_context.c \
|
|
id_context.h \
|
|
id_objects.c \
|
|
id_objects.h \
|
|
id_public.h \
|
|
id_screen.c \
|
|
id_screen.h
|