[Plib-cvs] plib/src/ssg Makefile.am,1.47,1.48
Brought to you by:
sjbaker
From: Wolfram K. <wol...@us...> - 2004-10-29 22:46:34
|
Update of /cvsroot/plib/plib/src/ssg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8269 Modified Files: Makefile.am Log Message: Added ssgAnimTransform.cxx Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/Makefile.am,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- Makefile.am 4 Oct 2004 08:03:36 -0000 1.47 +++ Makefile.am 29 Oct 2004 22:46:25 -0000 1.48 @@ -26,7 +26,7 @@ ssgLoadMDL.h ssgSave3ds.cxx ssgAxisTransform.cxx ssgLoadATG.cxx \ ssgSaveFLT.cxx ssgSaveATG.cxx ssgLoadIV.cxx ssgLoad.cxx ssgLoadVRML.h \ ssgLoadMDL_BGLTexture.cxx ssgLoadXPlaneObj.cxx ssgLoadASC.cxx ssgSaveASC.cxx \ - ssgSaveIV.cxx \ + ssgSaveIV.cxx ssgAnimTransform.cxx\ ssgVertSplitter.h ssgVertSplitter.cxx ssgStatistics.cxx INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/util |