X-Git-Url: https://git.jsancho.org/?p=c-irrlicht.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=b8dce54613e80dde49137ad3cc8f72cd5f171f68;hp=771cf4e4091de89f36678df9c4404e7747cf0592;hb=0f5922af37242ffe33f1b83f5bdfff79639b5d5a;hpb=9bf03a230a609e34f23e1393b676bfa3acef1268 diff --git a/Makefile.am b/Makefile.am index 771cf4e..b8dce54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,6 +13,7 @@ libCIrrlicht_la_SOURCES = \ libCIrrlicht_la_CPPFLAGS = -I$(top_srcdir)/include libCIrrlicht_la_LDFLAGS = -version-info 0:1 pkginclude_HEADERS = \ + include/aabbox3d.h \ include/cirrlicht.h \ include/dimension2d.h \ include/EDriverTypes.h \ @@ -22,6 +23,7 @@ pkginclude_HEADERS = \ include/IAnimatedMeshSceneNode.h \ include/ICameraSceneNode.h \ include/ICursorControl.h \ + include/ICustomSceneNode.h \ include/IFileArchive.h \ include/IFileSystem.h \ include/IGUIElement.h \ @@ -38,4 +40,5 @@ pkginclude_HEADERS = \ include/SColor.h \ include/SExposedVideoData.h \ include/SKeyMap.h \ + include/SMaterial.h \ include/vector3d.h