X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMakefile.am;h=aeab798dfe4ce2260a775e77037d67749e2378bd;hp=ff318048071729560a868139f5663ef688b64c44;hb=a4debfe4a5f5d339410788971b698ba00cb7f09c;hpb=892da43bf5796e7c5f593a6d0f53bd797a36bd3e diff --git a/src/Makefile.am b/src/Makefile.am index ff31804..aeab798 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,7 +41,6 @@ libmoof_a_SOURCES = \ Moof/Log.hh \ Moof/Math.hh \ Moof/Mippleton.hh \ - Moof/Octree.cc \ Moof/Octree.hh \ Moof/OpenGL.hh \ Moof/Plane.cc \ @@ -53,8 +52,6 @@ libmoof_a_SOURCES = \ Moof/Resource.cc \ Moof/Resource.hh \ Moof/RK4.hh \ - Moof/Scene.cc \ - Moof/Scene.hh \ Moof/Script.hh \ Moof/Serializable.cc \ Moof/Serializable.hh \ @@ -75,6 +72,7 @@ libmoof_a_SOURCES = \ Moof/Tilemap.hh \ Moof/Timer.cc \ Moof/Timer.hh \ + Moof/Transition.hh \ Moof/Video.cc \ Moof/Video.hh \ Moof/fastevents.c \ @@ -113,12 +111,18 @@ yoink_SOURCES = \ Character.hh \ GameLayer.cc \ GameLayer.hh \ + Heroine.cc \ + Heroine.hh \ Hud.cc \ Hud.hh \ MainLayer.cc \ MainLayer.hh \ + Scene.cc \ + Scene.hh \ TilemapFont.cc \ TilemapFont.hh \ + TitleLayer.cc \ + TitleLayer.hh \ Typesetter.cc \ Typesetter.hh \ $(ENDLIST)