From 1bf306d4d93cc21c220a3f31835023e49e84dd2d Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 22 May 2011 14:22:07 -0600 Subject: Add cameras, objects, and spheres to Python module. --- libdimension-python/Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'libdimension-python/Makefile.am') diff --git a/libdimension-python/Makefile.am b/libdimension-python/Makefile.am index e2d2049..9919a1a 100644 --- a/libdimension-python/Makefile.am +++ b/libdimension-python/Makefile.am @@ -26,14 +26,22 @@ AM_CFLAGS = $(Python_CFLAGS) AM_LDFLAGS = $(Python_LDFLAGS) pyexec_LTLIBRARIES = dimension.la -dimension_la_SOURCES = Canvas.c \ +dimension_la_SOURCES = Camera.c \ + Camera.h \ + Canvas.c \ Canvas.h \ Color.c \ Color.h \ Matrix.c \ Matrix.h \ + Object.c \ + Object.h \ + PerspectiveCamera.c \ + PerspectiveCamera.h \ Scene.c \ Scene.h \ + Sphere.c \ + Sphere.h \ Vector.c \ Vector.h \ dimension.c \ -- cgit v1.2.3