X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Makefile.am;h=5570dfe3e449856dc30eea81a9e811c8cbb66a24;hb=4881087cbf493d736995a4051e0d13ed63ad6c3a;hp=6c1972b0317b57ba965f6afe58b749f7f64f9690;hpb=636e5ec91137f36c3b1eec501ce43c0eb2abbd65;p=c-irrlicht.git diff --git a/Makefile.am b/Makefile.am index 6c1972b..5570dfe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,11 +2,17 @@ ACLOCAL_AMFLAGS = -I m4 lib_LTLIBRARIES = libCIrrlicht.la libCIrrlicht_la_SOURCES = \ src/CIrrlicht.cpp \ + src/IGUIEnvironment.cpp \ + src/IVideoDriver.cpp \ src/IrrlichtDevice.cpp libCIrrlicht_la_CPPFLAGS = -I$(top_srcdir)/include libCIrrlicht_la_LDFLAGS = -version-info 0:1 include_HEADERS = \ include/EDriverTypes.h \ + include/IGUIEnvironment.h \ + include/IVideoDriver.h \ include/IrrlichtDevice.h \ + include/SColor.h \ include/cirrlicht.h \ - include/dimension2d.h + include/dimension2d.h \ + include/rect.h