summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <idr@freedesktop.org>2010-10-03 12:03:33 -0700
committerIan Romanick <idr@freedesktop.org>2010-10-03 12:04:41 -0700
commitcc52e0f2f6d74ae3e24aa39ce1b1169ee82ab55a (patch)
tree2f6504c99b99f145f89e5205d79c0bbc54e08ae4
parent2117740f5ac63ed63a1f23682db912b98171a9cb (diff)
Rename mesh.c as mesh.cpp
-rw-r--r--src/Makefile.am2
-rw-r--r--src/mesh.cpp (renamed from src/mesh.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1a0257e..739c95e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,7 +24,7 @@ AM_CXXFLAGS=-I../include
AM_CFLAGS=-I../include
lib_LIBRARIES = libGLU3.a
-libGLU3_a_SOURCES = matrix.c load_text.c arcball.c revolve.c mesh.c \
+libGLU3_a_SOURCES = matrix.c load_text.c arcball.c revolve.c mesh.cpp \
sphere.cpp cube.cpp shader.c mesh.h revolve.h system.h \
buffer.c buffer.h shape.cpp
diff --git a/src/mesh.c b/src/mesh.cpp
index 2bc04ba..2bc04ba 100644
--- a/src/mesh.c
+++ b/src/mesh.cpp