X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMakefile.am;h=ee59088fc6c2f8f3e36b5a1246e330e5c5f14190;hp=f10027266a2e646c2b5f7cc5f3b97f6662af6474;hb=b357615aba1dbde81e3c6999366604e6001010a7;hpb=64e3c3202d2c1956759fb4da36ca329816c9369a diff --git a/src/Makefile.am b/src/Makefile.am index f100272..ee59088 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,9 +31,12 @@ libmoof_a_SOURCES = \ Moof/Frustum.hh \ Moof/Hash.cc \ Moof/Hash.hh \ + Moof/Image.cc \ + Moof/Image.hh \ Moof/Interpolator.hh \ Moof/Layer.hh \ Moof/Library.hh \ + Moof/Line.hh \ Moof/Log.cc \ Moof/Log.hh \ Moof/Math.hh \ @@ -42,6 +45,7 @@ libmoof_a_SOURCES = \ Moof/OpenGL.hh \ Moof/Plane.cc \ Moof/Plane.hh \ + Moof/Ray.hh \ Moof/Rectangle.cc \ Moof/Rectangle.hh \ Moof/Resource.cc \ @@ -50,9 +54,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 \ @@ -104,13 +108,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