X-Git-Url: https://git.jsancho.org/?p=c-irrlicht.git;a=blobdiff_plain;f=Makefile.am;h=bcec8c1fab6f13c2096787e09511923f7517b826;hp=c4f3592b99af61158dfa6380147b8162afd37187;hb=b226e30a662f768934061c7cb0fefc5f31d3b71f;hpb=2291f72634c35af1cddc9af11d3a6a88a5eb1c3b diff --git a/Makefile.am b/Makefile.am index c4f3592..bcec8c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,32 @@ +ACLOCAL_AMFLAGS = -I m4 lib_LTLIBRARIES = libCIrrlicht.la -libCIrrlicht_la_SOURCES = src/CIrrlicht.cpp +libCIrrlicht_la_SOURCES = \ + src/CIrrlicht.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 = \ - include/EDriverTypes.h \ +pkginclude_HEADERS = \ include/cirrlicht.h \ - include/dimension2d.h + include/dimension2d.h \ + include/EDriverTypes.h \ + include/EMaterialFlags.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 \ + include/ITexture.h \ + include/IVideoDriver.h \ + include/rect.h \ + include/SColor.h \ + include/SExposedVideoData.h \ + include/vector3d.h