3b8ccca8a3
The filename of sha1.h was conflicting with the system-provided sha1.h, (and in some confiurations, our sha1.c was unsuccessfully attemping to include "sha1.h" and <sha1.h> as two different files). Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88523
25 lines
363 B
Makefile
25 lines
363 B
Makefile
MESA_UTIL_SHADER_CACHE_FILES := \
|
|
mesa-sha1.c \
|
|
mesa-sha1.h
|
|
|
|
MESA_UTIL_FILES := \
|
|
format_srgb.h \
|
|
hash_table.c \
|
|
hash_table.h \
|
|
macros.h \
|
|
ralloc.c \
|
|
ralloc.h \
|
|
register_allocate.c \
|
|
register_allocate.h \
|
|
rgtc.c \
|
|
rgtc.h \
|
|
set.c \
|
|
set.h \
|
|
strtod.cpp \
|
|
strtod.h \
|
|
texcompress_rgtc_tmp.h \
|
|
u_atomic.h
|
|
|
|
MESA_UTIL_GENERATED_FILES = \
|
|
format_srgb.c
|