diff options
author | Brian Paul <[email protected]> | 2002-10-25 13:50:48 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-10-25 13:50:48 +0000 |
commit | 92c195211a9f9d6cfcf369230c799a468fa2dc37 (patch) | |
tree | 1405387ddd618d29833fc75f1a474befb5727573 /src/mesa/main/Makefile.ugl | |
parent | c2836e9ac6ab643d293f9db8b52239299132c5bf (diff) |
remove all.h, mem.h, mem.c
Diffstat (limited to 'src/mesa/main/Makefile.ugl')
-rw-r--r-- | src/mesa/main/Makefile.ugl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mesa/main/Makefile.ugl b/src/mesa/main/Makefile.ugl index ae9ee7e5412..95d880984f9 100644 --- a/src/mesa/main/Makefile.ugl +++ b/src/mesa/main/Makefile.ugl @@ -35,8 +35,8 @@ # already contain only one file. # ##### MACROS ##### -MESA_MAJOR=3 -MESA_MINOR=5 +MESA_MAJOR=4 +MESA_MINOR=1 MESA_TINY=0 VERSION=$(MESA_MAJOR).$(MESA_MINOR) @@ -85,7 +85,6 @@ GL_SOURCES = \ light.c \ lines.c \ matrix.c \ - mem.c \ mmath.c \ pixel.c \ points.c \ |