X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMakefile.am;h=45ea7cdd6fde36fe917d9c2390b0195a46e86c7e;hp=ede2a88ef378fe9e1ad94bb60bc8da2895666262;hb=837bae9f2bf7b25e1d3d2625eeaf39c1d2f48827;hpb=987971a961454d97082c6448fdc0bbeb540281bb diff --git a/src/Makefile.am b/src/Makefile.am index ede2a88..45ea7cd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,7 +7,7 @@ # # libmoof.a -#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ noinst_LIBRARIES = libmoof.a @@ -25,8 +25,8 @@ libmoof_a_SOURCES = \ Moof/Dispatch.hh \ Moof/Drawable.hh \ Moof/Entity.hh \ + Moof/Error.hh \ Moof/Event.hh \ - Moof/Exception.hh \ Moof/Frustum.cc \ Moof/Frustum.hh \ Moof/Hash.cc \ @@ -35,10 +35,10 @@ libmoof_a_SOURCES = \ Moof/Image.hh \ Moof/Interpolator.hh \ Moof/Layer.hh \ - Moof/Library.hh \ Moof/Line.hh \ Moof/Log.cc \ Moof/Log.hh \ + Moof/Manager.hh \ Moof/Math.hh \ Moof/ModalDialog.hh \ Moof/Octree.hh \ @@ -79,7 +79,7 @@ EXTRA_DIST = Moof/cml Moof/stlplus # # yoink -#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bin_PROGRAMS = yoink @@ -100,8 +100,6 @@ yoink_SOURCES = \ Main.hh \ Scene.cc \ Scene.hh \ - Tilemap.cc \ - Tilemap.hh \ TilemapFont.cc \ TilemapFont.hh \ TitleLayer.cc \