X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=ede2a88ef378fe9e1ad94bb60bc8da2895666262;hb=987971a961454d97082c6448fdc0bbeb540281bb;hp=ee59088fc6c2f8f3e36b5a1246e330e5c5f14190;hpb=b357615aba1dbde81e3c6999366604e6001010a7;p=chaz%2Fyoink diff --git a/src/Makefile.am b/src/Makefile.am index ee59088..ede2a88 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,12 +18,12 @@ 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/Event.hh \ Moof/Exception.hh \ @@ -96,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 \