trivial: add tristrip-flat to makefile
[mesa.git] / progs / trivial / Makefile
index 8bc6ad4e38778523c4f69f73be70f1022ef250c7..594a9bddb2cc927f997bcae086033dfa318c9a5d 100644 (file)
@@ -45,6 +45,7 @@ SOURCES = \
        point-param.c \
        point-sprite.c \
        point-wide.c \
+       point-wide-smooth.c \
        point.c \
        poly-flat.c \
        poly-unfilled.c \
@@ -69,6 +70,7 @@ SOURCES = \
        quadstrip-cont.c \
        quadstrip-flat.c \
        quadstrip.c \
+       tri-orig.c \
        tri-alpha.c \
        tri-blend-color.c \
        tri-blend-max.c \
@@ -92,6 +94,7 @@ SOURCES = \
        tri-stencil.c \
        tri-tex-3d.c \
        tri-tri.c \
+       tri-unfilled-edgeflag.c \
        tri-unfilled-clip.c \
        tri-unfilled-smooth.c \
        tri-unfilled-userclip-stip.c \
@@ -102,6 +105,7 @@ SOURCES = \
        tri-z.c \
        tri.c \
        tristrip-clip.c \
+       tristrip-flat.c \
        tristrip.c \
        vbo-drawarrays.c \
        vbo-drawelements.c \