X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Makefile.am;h=6b42a54f976c558b4ad165e4e1ebd700a014b91f;hb=9eb3d3607d4468b525df34096657fd04f77724e7;hp=08a5f1dfe74b17533120e981cde0f2ac355c4c8e;hpb=3394d6066c9092a5444c9273f52cea01e2eaf10f;p=guile-irrlicht.git diff --git a/Makefile.am b/Makefile.am index 08a5f1d..6b42a54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,11 +31,16 @@ libguile_irrlicht_la_SOURCES = \ 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/material-flags.cpp \ + src/mesh.cpp \ + src/mesh-scene-node.cpp \ + src/misc.cpp \ src/rect.cpp \ src/reference-counted.cpp \ src/scene-manager.cpp \