X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Makefile.am;h=b2fc266772dac5311798b824e2c98e03b29b08b1;hb=445b38f04b47d1d664afebc4304385ec8fa7a998;hp=08a5f1dfe74b17533120e981cde0f2ac355c4c8e;hpb=3394d6066c9092a5444c9273f52cea01e2eaf10f;p=guile-irrlicht.git diff --git a/Makefile.am b/Makefile.am index 08a5f1d..b2fc266 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,22 +26,34 @@ libguile_irrlicht_la_SOURCES = \ src/animated-mesh.cpp \ src/animated-mesh-md2.cpp \ src/animated-mesh-scene-node.cpp \ + src/box3d.cpp \ src/camera-scene-node.cpp \ src/color.cpp \ + src/cursor-control.cpp \ src/device.cpp \ src/dimension2d.cpp \ src/driver-types.cpp \ + src/file-archive.cpp \ + src/file-system.cpp \ src/gui-element.cpp \ src/gui-environment.cpp \ src/gui-static-text.cpp \ src/guile-irrlicht.cpp \ + src/keymap.cpp \ + src/material.cpp \ src/material-flags.cpp \ + src/mesh.cpp \ + src/mesh-scene-node.cpp \ + src/misc.cpp \ + src/position2d.cpp \ src/rect.cpp \ src/reference-counted.cpp \ src/scene-manager.cpp \ src/scene-node.cpp \ src/texture.cpp \ + src/vector2d.cpp \ src/vector3d.cpp \ + src/vertex3d.cpp \ src/video-driver.cpp \ src/wchar.cpp libguile_irrlicht_la_CPPFLAGS = @GUILE_CFLAGS@