X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMakefile.am;h=f4122dec4a3a6659d7531e510db69bb1535f8cf7;hp=62c10cafa3d2fe5ca81a7730c7dd49235efd6e1a;hb=329a48e4c4c2f5f2904b913938fc53154c48b825;hpb=493ddb59a8620b49dfa0ff62ce93395ebfd02e86 diff --git a/src/Makefile.am b/src/Makefile.am index 62c10ca..f4122de 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,15 +20,18 @@ libmoof_la_SOURCES = \ Moof/Engine.hh \ Moof/Entity.hh \ Moof/Event.hh \ + Moof/Frustum.cc \ Moof/Frustum.hh \ + Moof/Hash.cc \ + Moof/Hash.hh \ Moof/Interpolator.hh \ Moof/Math.hh \ Moof/Mippleton.hh \ Moof/Octree.hh \ Moof/OpenGL.cc \ Moof/OpenGL.hh \ + Moof/Plane.cc \ Moof/Plane.hh \ - Moof/Profiler.hh \ Moof/Random.cc \ Moof/Random.hh \ Moof/Resource.cc \ @@ -42,6 +45,8 @@ libmoof_la_SOURCES = \ Moof/Settings.cc \ Moof/Settings.hh \ Moof/Singleton.hh \ + Moof/Sphere.cc \ + Moof/Sphere.hh \ Moof/StringTools.cc \ Moof/StringTools.hh \ Moof/Texture.cc \ @@ -51,7 +56,6 @@ libmoof_la_SOURCES = \ Moof/Tilemap.hh \ Moof/Timer.cc \ Moof/Timer.hh \ - Moof/Tree.hh \ Moof/Video.cc \ Moof/Video.hh \ Moof/fastevents.c \ @@ -79,7 +83,7 @@ yoink_CPPFLAGS = -I$(top_srcdir)/src/Moof yoink_LDADD = libmoof.la -EXTRA_DIST = Moof/cml +EXTRA_DIST = Moof/cml Moof/stlplus YOINK_ENVIRONMENT = YOINK_DATADIR="$(top_srcdir)/data"