mesa/src/gallium/drivers/identity/Makefile.sources
Emil Velikov a408b75849 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>
2014-09-05 23:46:25 +01:00

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