From 7218e3bd4616d4706090ec47d72845a2bb89c6a3 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 4 May 2008 22:30:49 +0000 Subject: split map reading from models --- src/math/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/math/Makefile.am') diff --git a/src/math/Makefile.am b/src/math/Makefile.am index 7ea7d66..ab4577e 100644 --- a/src/math/Makefile.am +++ b/src/math/Makefile.am @@ -1,11 +1,9 @@ METASOURCES = AUTO -libmath_la_SOURCES = axis.cc color.cc functions.cc matrix4f.cc plane3f.cc \ - vector3f.cc +libmath_la_SOURCES = axis.cc color.cc functions.cc matrix4f.cc vector3f.cc libmath_la_LDFLAGS = -avoid-version -no-undefined -lm noinst_LTLIBRARIES = libmath.la -noinst_HEADERS = axis.h color.h functions.h mathlib.h matrix4f.h plane3f.h \ - vector3f.h +noinst_HEADERS = axis.h color.h functions.h mathlib.h matrix4f.h vector3f.h INCLUDES = -I$(top_srcdir)/src -- cgit v1.2.3