summaryrefslogtreecommitdiff
path: root/src/mesa/main/descrip.mms
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-01-16 19:42:46 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-01-16 19:42:46 +0000
commitb4199a1f71a29dc143e7beb0902a06b74fdfe718 (patch)
treecf21a07f4f7223ff380bda444b4eb01386ede770 /src/mesa/main/descrip.mms
parent5255044c00b45defc487d20943dee37742f13fdf (diff)
added getstring.c
Diffstat (limited to 'src/mesa/main/descrip.mms')
-rw-r--r--src/mesa/main/descrip.mms3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms
index 43b1087947..1df0042d0a 100644
--- a/src/mesa/main/descrip.mms
+++ b/src/mesa/main/descrip.mms
@@ -41,6 +41,7 @@ SOURCES =accum.c \
feedback.c \
fog.c \
get.c \
+ getstring.c \
hash.c \
hint.c \
histogram.c \
@@ -92,6 +93,7 @@ extensions.obj,\
feedback.obj,\
fog.obj,\
get.obj,\
+getstring.obj,\
hash.obj,\
hint.obj,\
histogram.obj,\
@@ -157,6 +159,7 @@ extensions.obj : extensions.c
feedback.obj : feedback.c
fog.obj : fog.c
get.obj : get.c
+getstring.obj : getstring.c
hash.obj : hash.c
hint.obj : hint.c
histogram.obj : histogram.c