X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Makefile.am;h=98935f0ce0ec950ea1974e8990575c61b2b9522d;hb=c4148299267b63f38053b3ba15efd76db0d8bdc4;hp=b2da572c0de96075d46eaacc14e8ab0967c18200;hpb=bf35c1c5384d6ccae7b7690ee08c511d036ffaec;p=c-irrlicht.git diff --git a/Makefile.am b/Makefile.am index b2da572..98935f0 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/IFileSystem.cpp \ src/IGUIEnvironment.cpp \ src/IrrlichtDevice.cpp \ src/ISceneManager.cpp \ @@ -19,9 +20,12 @@ pkginclude_HEADERS = \ include/IAnimatedMeshMD2.h \ include/IAnimatedMeshSceneNode.h \ include/ICameraSceneNode.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 +34,5 @@ pkginclude_HEADERS = \ include/rect.h \ include/SColor.h \ include/SExposedVideoData.h \ + include/SKeyMap.h \ include/vector3d.h