diff options
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 94851210142..923ffb2383c 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -228,6 +228,8 @@ C_SOURCES := \ util/u_cpu_detect.h \ util/u_debug.c \ util/u_debug.h \ + util/u_debug_gallium.h \ + util/u_debug_gallium.c \ util/u_debug_describe.c \ util/u_debug_describe.h \ util/u_debug_flush.c \ |