X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Makefile.am;h=b2da572c0de96075d46eaacc14e8ab0967c18200;hb=bf35c1c5384d6ccae7b7690ee08c511d036ffaec;hp=94fd41df7ce488570347314e8a8932ec45e184a9;hpb=c08eb5c91c4c76de8decadcb50f1dea7d4c496ca;p=c-irrlicht.git diff --git a/Makefile.am b/Makefile.am index 94fd41d..b2da572 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,14 +10,18 @@ libCIrrlicht_la_SOURCES = \ src/IVideoDriver.cpp libCIrrlicht_la_CPPFLAGS = -I$(top_srcdir)/include libCIrrlicht_la_LDFLAGS = -version-info 0:1 -include_HEADERS = \ +pkginclude_HEADERS = \ include/cirrlicht.h \ include/dimension2d.h \ include/EDriverTypes.h \ include/EMaterialFlags.h \ + include/IAnimatedMesh.h \ include/IAnimatedMeshMD2.h \ include/IAnimatedMeshSceneNode.h \ + include/ICameraSceneNode.h \ + include/IGUIElement.h \ include/IGUIEnvironment.h \ + include/IGUIStaticText.h \ include/IrrlichtDevice.h \ include/ISceneManager.h \ include/ISceneNode.h \ @@ -25,4 +29,5 @@ include_HEADERS = \ include/IVideoDriver.h \ include/rect.h \ include/SColor.h \ + include/SExposedVideoData.h \ include/vector3d.h