X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Makefile.am;h=2cd0772ad77d035fc696be3f567189d83da125d2;hb=27d87e5792c0f25c04b86e6cf3497425aee4e3d8;hp=0eb36724f6aaee90d0a14599d09745aac2187c05;hpb=5e5b0caed972e0b225199551aff09c399edb8d3c;p=guile-irrlicht.git diff --git a/Makefile.am b/Makefile.am index 0eb3672..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,10 +43,12 @@ 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/position2d.cpp \ + src/primitive-types.cpp \ src/rect.cpp \ src/reference-counted.cpp \ src/scene-manager.cpp \