X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Makefile.am;h=5570dfe3e449856dc30eea81a9e811c8cbb66a24;hb=d4c1672f2e51f17dd6d125c37ec2ef058faf5d69;hp=c7470a5712c4b0d97b5eca76f039ba3e52044df0;hpb=c0f82c3ef5dbd59d06e48c25b04f52a089ab93ce;p=c-irrlicht.git diff --git a/Makefile.am b/Makefile.am index c7470a5..5570dfe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,18 @@ +ACLOCAL_AMFLAGS = -I m4 lib_LTLIBRARIES = libCIrrlicht.la -libCIrrlicht_la_SOURCES = src/CIrrlicht.cpp +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/EDriverTypes.h + include/dimension2d.h \ + include/rect.h