Regenerate files for GL_ARB_depth_clamp.
[mesa.git] / src / mesa / main / Makefile.ugl
index ae9ee7e5412ce13097ffc2c335e6ca6e34fcaf50..b440e1364364e56b5cd4501656390b18eaac6a7e 100644 (file)
@@ -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)
 
@@ -56,8 +56,10 @@ GL_SOURCES = \
        api_noop.c \
        api_validate.c \
        accum.c \
+       arbprogram.c \
        attrib.c \
        blend.c \
+       bufferobj.c \
        buffers.c \
        clip.c \
        colortab.c \
@@ -85,8 +87,6 @@ GL_SOURCES = \
        light.c \
        lines.c \
        matrix.c \
-       mem.c \
-       mmath.c \
        pixel.c \
        points.c \
        polygon.c \
@@ -132,7 +132,6 @@ GL_SOURCES = \
        swrast/s_drawpix.c \
        swrast/s_feedback.c \
        swrast/s_fog.c \
-       swrast/s_histogram.c \
        swrast/s_imaging.c \
        swrast/s_lines.c \
        swrast/s_logic.c \