X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Makefile.am;h=2cd0772ad77d035fc696be3f567189d83da125d2;hb=27d87e5792c0f25c04b86e6cf3497425aee4e3d8;hp=b2fc266772dac5311798b824e2c98e03b29b08b1;hpb=37217d692d4ead81cfed829395a9a7a5caf9325c;p=guile-irrlicht.git diff --git a/Makefile.am b/Makefile.am index b2fc266..2cd0772 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,6 +33,7 @@ libguile_irrlicht_la_SOURCES = \ src/device.cpp \ src/dimension2d.cpp \ src/driver-types.cpp \ + src/event-receiver.cpp \ src/file-archive.cpp \ src/file-system.cpp \ src/gui-element.cpp \ @@ -42,14 +43,17 @@ libguile_irrlicht_la_SOURCES = \ src/keymap.cpp \ src/material.cpp \ src/material-flags.cpp \ + src/material-types.cpp \ + src/matrix4.cpp \ src/mesh.cpp \ src/mesh-scene-node.cpp \ - src/misc.cpp \ src/position2d.cpp \ + src/primitive-types.cpp \ src/rect.cpp \ src/reference-counted.cpp \ src/scene-manager.cpp \ src/scene-node.cpp \ + src/scene-node-animator.cpp \ src/texture.cpp \ src/vector2d.cpp \ src/vector3d.cpp \