From 1d45d8ecb4633f07a0ff163255dbedc3c3a72ac8 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 24 Feb 2008 18:00:48 +0000 Subject: removed plane.h plane.cc --- src/math/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/math/Makefile.am') 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 -- cgit v1.2.3