summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-10-20 14:57:05 +0200
committerneoraider <devnull@localhost>2006-10-20 14:57:05 +0200
commit1021d32f7ccb9f3f10253934fd4e5202b7382b2d (patch)
tree61dd0e93d0171a5fcc8b0fe854a2f50df52652d5 /Makefile.am
parentf5ef6536cc243acd39bf563c3d9064d1908483b3 (diff)
downloadlibneofx-1021d32f7ccb9f3f10253934fd4e5202b7382b2d.tar
libneofx-1021d32f7ccb9f3f10253934fd4e5202b7382b2d.zip
Physik-Engine angefangen.
Lightmaps implementiert.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
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