diff options
author | José Fonseca <[email protected]> | 2008-04-13 12:23:26 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-04-13 15:10:17 +0900 |
commit | cd5931240688cb8bd12834e3ba23f858f26dbf8c (patch) | |
tree | 3731abb838d7aa2e32fe47d1f0965eb1273885f8 /src/gallium/auxiliary/util/Makefile | |
parent | 45cc4f546e034adff39c42032a47147e6ab91a08 (diff) |
gallium: OS independent time-manipulation functions.
Diffstat (limited to 'src/gallium/auxiliary/util/Makefile')
-rw-r--r-- | src/gallium/auxiliary/util/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/Makefile b/src/gallium/auxiliary/util/Makefile index 9b6c2708b62..fe82fa63785 100644 --- a/src/gallium/auxiliary/util/Makefile +++ b/src/gallium/auxiliary/util/Makefile @@ -14,7 +14,8 @@ C_SOURCES = \ u_hash_table.c \ u_mm.c \ u_simple_shaders.c \ - u_snprintf.c + u_snprintf.c \ + u_mm.c include ../../Makefile.template |