X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMakefile.am;h=c0600cd56f732c03292fc32a1ca662e554c11f9e;hp=c5cddeb40915e811039c1ffccbec03fde81644c8;hb=e495074443d9fd7bc16137084cf9de3d031b75c4;hpb=c9e20ac06383b20ceb5404c9237e319c2e90d157 diff --git a/src/Makefile.am b/src/Makefile.am index c5cddeb..c0600cd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,8 +19,8 @@ libmoof_a_SOURCES = \ Moof/ConvertUTF.c \ Moof/ConvertUTF.h \ Moof/Cullable.hh \ - Moof/Dispatcher.cc \ - Moof/Dispatcher.hh \ + Moof/Dispatch.cc \ + Moof/Dispatch.hh \ Moof/Drawable.hh \ Moof/Engine.cc \ Moof/Engine.hh \ @@ -86,6 +86,8 @@ yoink_SOURCES = \ Animation.hh \ Character.cc \ Character.hh \ + ErrorHandler.cc \ + ErrorHandler.hh \ GameLayer.cc \ GameLayer.hh \ Heroine.cc \