From 1021d32f7ccb9f3f10253934fd4e5202b7382b2d Mon Sep 17 00:00:00 2001 From: neoraider Date: Fri, 20 Oct 2006 12:57:05 +0000 Subject: Physik-Engine angefangen. Lightmaps implementiert. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index af678bc..1b03ef7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ lib_LTLIBRARIES = libneofx.la -libneofx_la_SOURCES = math.c collision.c -nobase_include_HEADERS = neofx/math.h neofx/collision.h neofx/types.h +libneofx_la_SOURCES = math.c collision.c physics.c +nobase_include_HEADERS = neofx/math.h neofx/collision.h neofx/types.h neofx/physics.h -- cgit v1.2.3