X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Makefile.am;h=b2da572c0de96075d46eaacc14e8ab0967c18200;hb=bf35c1c5384d6ccae7b7690ee08c511d036ffaec;hp=6c1972b0317b57ba965f6afe58b749f7f64f9690;hpb=636e5ec91137f36c3b1eec501ce43c0eb2abbd65;p=c-irrlicht.git diff --git a/Makefile.am b/Makefile.am index 6c1972b..b2da572 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,11 +2,32 @@ ACLOCAL_AMFLAGS = -I m4 lib_LTLIBRARIES = libCIrrlicht.la libCIrrlicht_la_SOURCES = \ src/CIrrlicht.cpp \ - src/IrrlichtDevice.cpp + src/IAnimatedMeshSceneNode.cpp \ + src/IGUIEnvironment.cpp \ + src/IrrlichtDevice.cpp \ + src/ISceneManager.cpp \ + src/ISceneNode.cpp \ + 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/cirrlicht.h \ - include/dimension2d.h + include/ISceneManager.h \ + include/ISceneNode.h \ + include/ITexture.h \ + include/IVideoDriver.h \ + include/rect.h \ + include/SColor.h \ + include/SExposedVideoData.h \ + include/vector3d.h