X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Makefile.am;h=35fdb7459ee3b2e0837b60c175e310cef71ccd91;hb=3c6f05ad0b0efa2a787e25db274ef67c1a29b4fd;hp=b2da572c0de96075d46eaacc14e8ab0967c18200;hpb=bf35c1c5384d6ccae7b7690ee08c511d036ffaec;p=c-irrlicht.git diff --git a/Makefile.am b/Makefile.am index b2da572..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 \ @@ -19,9 +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 \ @@ -30,4 +36,5 @@ pkginclude_HEADERS = \ include/rect.h \ include/SColor.h \ include/SExposedVideoData.h \ + include/SKeyMap.h \ include/vector3d.h