X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Makefile.am;h=35fdb7459ee3b2e0837b60c175e310cef71ccd91;hb=69d811182f2f282f9c8f558f26d92e34417d6526;hp=336eacd32fdfd2841ee3d7ae81a7b566d0ace573;hpb=ccbe283bd39927b18cf17bb8dc778b9ddb449168;p=c-irrlicht.git diff --git a/Makefile.am b/Makefile.am index 336eacd..35fdb74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ 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 \ @@ -20,11 +21,13 @@ pkginclude_HEADERS = \ 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 \ @@ -33,4 +36,5 @@ pkginclude_HEADERS = \ include/rect.h \ include/SColor.h \ include/SExposedVideoData.h \ + include/SKeyMap.h \ include/vector3d.h