X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMakefile.am;h=3c3fc5312c697cb34540d039fb8c9f9dfdbdc00b;hp=766d4ce1480b0d00da9b4b63eb5d6d813dc569db;hb=565445cda1dd3e9db8000c4a194831dc296a203d;hpb=a723e23ca2d32e8eed32f9c53323afbbedba575b diff --git a/src/Makefile.am b/src/Makefile.am index 766d4ce..3c3fc53 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,19 +18,21 @@ libmoof_a_SOURCES = \ Moof/Camera.hh \ Moof/ConvertUTF.c \ Moof/ConvertUTF.h \ + Moof/Core.cc \ + Moof/Core.hh \ Moof/Cullable.hh \ Moof/Dispatch.cc \ Moof/Dispatch.hh \ Moof/Drawable.hh \ - Moof/Engine.cc \ - Moof/Engine.hh \ Moof/Entity.hh \ + Moof/Error.hh \ Moof/Event.hh \ - Moof/Exception.hh \ Moof/Frustum.cc \ Moof/Frustum.hh \ Moof/Hash.cc \ Moof/Hash.hh \ + Moof/Image.cc \ + Moof/Image.hh \ Moof/Interpolator.hh \ Moof/Layer.hh \ Moof/Library.hh \ @@ -94,8 +96,8 @@ yoink_SOURCES = \ Heroine.hh \ Hud.cc \ Hud.hh \ - MainLayer.cc \ - MainLayer.hh \ + Main.cc \ + Main.hh \ Scene.cc \ Scene.hh \ Tilemap.cc \