added u_simple_shaders.c

This commit is contained in:
Brian 2008-03-18 16:59:15 -06:00
parent e5a20499d8
commit 8de9503d5d
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ C_SOURCES = \
u_handle_table.c \
u_hash_table.c \
u_mm.c \
u_simple_shaders.c \
u_snprintf.c
include ../../Makefile.template

View File

@ -11,6 +11,7 @@ util = env.ConvenienceLibrary(
'u_handle_table.c',
'u_hash_table.c',
'u_mm.c',
'u_simple_shaders.c',
'u_snprintf.c',
])