X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Makefile.am;h=63eccfe2c12f3ff698d6d3117beffd09cdddcff2;hb=92ef53df27b980ca7db7c4d1755ed61eb1913233;hp=6c1972b0317b57ba965f6afe58b749f7f64f9690;hpb=636e5ec91137f36c3b1eec501ce43c0eb2abbd65;p=c-irrlicht.git diff --git a/Makefile.am b/Makefile.am index 6c1972b..63eccfe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,11 +2,31 @@ 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 = \ + include/cirrlicht.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/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