X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Makefile.am;h=b2da572c0de96075d46eaacc14e8ab0967c18200;hb=bf35c1c5384d6ccae7b7690ee08c511d036ffaec;hp=45b7bdbfd4043f9112e905fa42585112ba6f37f2;hpb=3b8ff07b2c13c111e2b9eebaeaf64c7b17b29019;p=c-irrlicht.git diff --git a/Makefile.am b/Makefile.am index 45b7bdb..b2da572 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,13 +10,15 @@ 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 \