summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile.sources
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2013-03-21 19:47:06 +0100
committerMarek Olšák <[email protected]>2013-03-26 01:28:19 +0100
commitc91cf7d7d2c8cc377945c79be87799c31ce9ae59 (patch)
treeacc9345705da9347f95fd9151a878d2fee5f0596 /src/gallium/auxiliary/Makefile.sources
parent8ddcd715b7e6ca3d10ddd57ea504e55ca8c8cbd7 (diff)
gallium: implement a heads-up display module
Reviewed-by: Brian Paul <[email protected]> v2: lots of cosmetic changes
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r--src/gallium/auxiliary/Makefile.sources5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources
index 898abe0247c..79def217725 100644
--- a/src/gallium/auxiliary/Makefile.sources
+++ b/src/gallium/auxiliary/Makefile.sources
@@ -37,6 +37,11 @@ C_SOURCES := \
draw/draw_vs.c \
draw/draw_vs_exec.c \
draw/draw_vs_variant.c \
+ hud/font.c \
+ hud/hud_context.c \
+ hud/hud_cpu.c \
+ hud/hud_fps.c \
+ hud/hud_driver_query.c \
os/os_misc.c \
os/os_time.c \
pipebuffer/pb_buffer_fenced.c \