X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Makefile.am;h=35fdb7459ee3b2e0837b60c175e310cef71ccd91;hb=69d811182f2f282f9c8f558f26d92e34417d6526;hp=bcec8c1fab6f13c2096787e09511923f7517b826;hpb=ae7fc2605ca37645b106c8f35400a16d06dba69d;p=c-irrlicht.git diff --git a/Makefile.am b/Makefile.am index bcec8c1..35fdb74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,8 @@ lib_LTLIBRARIES = libCIrrlicht.la libCIrrlicht_la_SOURCES = \ src/CIrrlicht.cpp \ src/IAnimatedMeshSceneNode.cpp \ + src/ICursorControl.cpp \ + src/IFileSystem.cpp \ src/IGUIEnvironment.cpp \ src/IrrlichtDevice.cpp \ src/ISceneManager.cpp \ @@ -15,12 +17,17 @@ pkginclude_HEADERS = \ include/dimension2d.h \ include/EDriverTypes.h \ include/EMaterialFlags.h \ + include/IAnimatedMesh.h \ include/IAnimatedMeshMD2.h \ include/IAnimatedMeshSceneNode.h \ include/ICameraSceneNode.h \ + include/ICursorControl.h \ + include/IFileArchive.h \ + include/IFileSystem.h \ include/IGUIElement.h \ include/IGUIEnvironment.h \ include/IGUIStaticText.h \ + include/IMeshSceneNode.h \ include/IrrlichtDevice.h \ include/ISceneManager.h \ include/ISceneNode.h \ @@ -29,4 +36,5 @@ pkginclude_HEADERS = \ include/rect.h \ include/SColor.h \ include/SExposedVideoData.h \ + include/SKeyMap.h \ include/vector3d.h