Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-02-24 18:00:48 +0000
committerStijn Buys <ingar@osirion.org>2008-02-24 18:00:48 +0000
commit1d45d8ecb4633f07a0ff163255dbedc3c3a72ac8 (patch)
treefa0c7fc4ad096d944a8bfb4c0fa227473b7372c7 /src/math/Makefile.am
parentffd014db9265de5e23672476f334b2a2d53bec3e (diff)
removed plane.h plane.cc
Diffstat (limited to 'src/math/Makefile.am')
-rw-r--r--src/math/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/math/Makefile.am b/src/math/Makefile.am
index 4549557..c1f1f88 100644
--- a/src/math/Makefile.am
+++ b/src/math/Makefile.am
@@ -1,9 +1,9 @@
METASOURCES = AUTO
-libmath_la_SOURCES = color.cc functions.cc plane.cc vector3f.cc
+libmath_la_SOURCES = color.cc functions.cc vector3f.cc
libmath_la_LDFLAGS = -avoid-version -no-undefined -lm
noinst_LTLIBRARIES = libmath.la
-noinst_HEADERS = color.h functions.h mathlib.h plane.h vector3f.h
+noinst_HEADERS = color.h functions.h mathlib.h vector3f.h
INCLUDES = -I$(top_srcdir)/src