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