X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Makefile.am;h=4101951149256eaa051be122cf75d52f35a157cc;hb=6c94796ace41e3973a11126a2dec855e8591fb51;hp=08a5f1dfe74b17533120e981cde0f2ac355c4c8e;hpb=3394d6066c9092a5444c9273f52cea01e2eaf10f;p=guile-irrlicht.git diff --git a/Makefile.am b/Makefile.am index 08a5f1d..4101951 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,19 +23,28 @@ ACLOCAL_AMFLAGS = -I m4 lib_LTLIBRARIES = libguile-irrlicht.la libguile_irrlicht_la_SOURCES = \ + src/aabbox3d.cpp \ src/animated-mesh.cpp \ src/animated-mesh-md2.cpp \ src/animated-mesh-scene-node.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-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 \