trivial: add tristrip-flat to makefile
[mesa.git] / progs / trivial / Makefile
index d19abe7e8652a76de44f9c6757eb84daaaa3ef22..594a9bddb2cc927f997bcae086033dfa318c9a5d 100644 (file)
@@ -25,6 +25,7 @@ SOURCES = \
        fs-tri.c \
        line-clip.c \
        line-cull.c \
+       line-smooth.c \
        line-stipple-wide.c \
        line-userclip-clip.c \
        line-userclip-nop-clip.c \
@@ -44,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 \
@@ -68,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 \
@@ -91,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 \
@@ -101,6 +105,7 @@ SOURCES = \
        tri-z.c \
        tri.c \
        tristrip-clip.c \
+       tristrip-flat.c \
        tristrip.c \
        vbo-drawarrays.c \
        vbo-drawelements.c \