X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Makefile.am;h=bcec8c1fab6f13c2096787e09511923f7517b826;hb=ae7fc2605ca37645b106c8f35400a16d06dba69d;hp=9f632a38d2bc26a4ea23e93f0c773756e6473409;hpb=ec66fb23027305982c66862d7d496a74377f17d3;p=c-irrlicht.git diff --git a/Makefile.am b/Makefile.am index 9f632a3..bcec8c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 lib_LTLIBRARIES = libCIrrlicht.la libCIrrlicht_la_SOURCES = \ src/CIrrlicht.cpp \ + src/IAnimatedMeshSceneNode.cpp \ src/IGUIEnvironment.cpp \ src/IrrlichtDevice.cpp \ src/ISceneManager.cpp \ @@ -9,12 +10,17 @@ 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/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 \ @@ -22,4 +28,5 @@ include_HEADERS = \ include/IVideoDriver.h \ include/rect.h \ include/SColor.h \ + include/SExposedVideoData.h \ include/vector3d.h