[Plib-cvs] plib/src/ssg Makefile.am,1.32,1.33
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-07-01 00:19:11
|
Update of /cvsroot/plib/plib/src/ssg In directory usw-pr-cvs1:/tmp/cvs-serv28713 Modified Files: Makefile.am Log Message: Install ssgMSFSPalette.h to the system (needed by af2rgb tool) Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/Makefile.am,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- Makefile.am 9 Jun 2002 11:25:47 -0000 1.32 +++ Makefile.am 1 Jul 2002 00:19:07 -0000 1.33 @@ -1,6 +1,6 @@ lib_LIBRARIES = libplibssg.a -include_HEADERS = ssg.h ssgconf.h ssgKeyFlier.h +include_HEADERS = ssg.h ssgconf.h ssgMSFSPalette.h ssgKeyFlier.h libplibssg_a_SOURCES = ssg.cxx ssgAnimation.cxx ssgBase.cxx \ ssgBaseTransform.cxx ssgBranch.cxx ssgContext.cxx ssgCutout.cxx \ |