X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMakefile.am;h=766d4ce1480b0d00da9b4b63eb5d6d813dc569db;hp=cecdac1c9b501fbd888e58a3baa57674f15dee6d;hb=a723e23ca2d32e8eed32f9c53323afbbedba575b;hpb=a31d65a998121df0651c57bfb68782e2a07d2e2f diff --git a/src/Makefile.am b/src/Makefile.am index cecdac1..766d4ce 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 \ @@ -33,16 +33,17 @@ libmoof_a_SOURCES = \ Moof/Hash.hh \ Moof/Interpolator.hh \ Moof/Layer.hh \ + Moof/Library.hh \ + Moof/Line.hh \ Moof/Log.cc \ Moof/Log.hh \ Moof/Math.hh \ - Moof/Mippleton.hh \ + Moof/ModalDialog.hh \ Moof/Octree.hh \ Moof/OpenGL.hh \ Moof/Plane.cc \ Moof/Plane.hh \ - Moof/Random.cc \ - Moof/Random.hh \ + Moof/Ray.hh \ Moof/Rectangle.cc \ Moof/Rectangle.hh \ Moof/Resource.cc \ @@ -51,9 +52,9 @@ libmoof_a_SOURCES = \ Moof/Script.hh \ Moof/Settings.cc \ Moof/Settings.hh \ + Moof/Shape.hh \ Moof/Sound.cc \ Moof/Sound.hh \ - Moof/Sphere.cc \ Moof/Sphere.hh \ Moof/StringTools.cc \ Moof/StringTools.hh \ @@ -85,6 +86,8 @@ yoink_SOURCES = \ Animation.hh \ Character.cc \ Character.hh \ + ErrorHandler.cc \ + ErrorHandler.hh \ GameLayer.cc \ GameLayer.hh \ Heroine.cc \ @@ -103,13 +106,14 @@ yoink_SOURCES = \ TitleLayer.hh \ Typesetter.cc \ Typesetter.hh \ + version.c \ version.h \ $(ENDLIST) if WIN32 yoink_SOURCES += yoink.rc yoink.ico .rc.o: - @WINDRES@ -o $@ -i $< + $(AM_V_GEN) $(WINDRES) -o $@ -i $< endif yoink_CPPFLAGS = -I$(top_srcdir)/src/Moof