summaryrefslogtreecommitdiffstats
path: root/libdimension/Makefile.am
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-08-21 13:24:13 -0600
committerTavian Barnes <tavianator@gmail.com>2011-08-21 13:24:13 -0600
commit942fd9ff8e267b361de580a95fa247e486120891 (patch)
tree683835731d05db901d98d10ba0023bb1ef3fb285 /libdimension/Makefile.am
parent6b1fcde7af64ca81079dffe1d62096228693b5d6 (diff)
downloaddimension-942fd9ff8e267b361de580a95fa247e486120891.tar.xz
Replace sky_spheres with a single background pigment.
Diffstat (limited to 'libdimension/Makefile.am')
-rw-r--r--libdimension/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/libdimension/Makefile.am b/libdimension/Makefile.am
index a9fe2ea..94b5e98 100644
--- a/libdimension/Makefile.am
+++ b/libdimension/Makefile.am
@@ -55,7 +55,6 @@ nobase_include_HEADERS = dimension.h \
dimension/raytrace.h \
dimension/refcount.h \
dimension/scene.h \
- dimension/sky_sphere.h \
dimension/texture.h \
dimension/timer.h
@@ -104,7 +103,6 @@ libdimension_la_SOURCES = $(nobase_include_HEADERS) \
raytrace.c \
reflection.c \
scene.c \
- sky_sphere.c \
solid_pigment.c \
sphere.c \
texture.c \