X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Makefile.am;h=63eccfe2c12f3ff698d6d3117beffd09cdddcff2;hb=86ae1a220e256540c61fc283e785a241fd306230;hp=9f632a38d2bc26a4ea23e93f0c773756e6473409;hpb=ec66fb23027305982c66862d7d496a74377f17d3;p=c-irrlicht.git diff --git a/Makefile.am b/Makefile.am index 9f632a3..63eccfe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 lib_LTLIBRARIES = libCIrrlicht.la libCIrrlicht_la_SOURCES = \ src/CIrrlicht.cpp \ + src/IAnimatedMeshSceneNode.cpp \ src/IGUIEnvironment.cpp \ src/IrrlichtDevice.cpp \ src/ISceneManager.cpp \ @@ -14,7 +15,12 @@ include_HEADERS = \ include/dimension2d.h \ include/EDriverTypes.h \ include/EMaterialFlags.h \ + include/IAnimatedMeshMD2.h \ + include/IAnimatedMeshSceneNode.h \ + include/ICameraSceneNode.h \ + include/IGUIElement.h \ include/IGUIEnvironment.h \ + include/IGUIStaticText.h \ include/IrrlichtDevice.h \ include/ISceneManager.h \ include/ISceneNode.h \ @@ -22,4 +28,5 @@ include_HEADERS = \ include/IVideoDriver.h \ include/rect.h \ include/SColor.h \ + include/SExposedVideoData.h \ include/vector3d.h