You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ar...@locus.apache.org on 2000/01/12 21:10:29 UTC

cvs commit: xml-xerces/c/src/framework Makefile.in

aruna1      00/01/12 12:10:29

  Modified:    c/src/framework Makefile.in
  Log:
  Modified for new file and moved files
  
  Revision  Changes    Path
  1.4       +17 -0     xml-xerces/c/src/framework/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/framework/Makefile.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.in	1999/12/14 23:53:21	1.3
  +++ Makefile.in	2000/01/12 20:10:28	1.4
  @@ -55,6 +55,9 @@
   # 
   #
   # $Log: Makefile.in,v $
  +# Revision 1.4  2000/01/12 20:10:28  aruna1
  +# Modified for new file and moved files
  +#
   # Revision 1.3  1999/12/14 23:53:21  rahulj
   # Removed the offending Ctrl-M's from the commit message
   # logs which was giving packaging problems.
  @@ -94,6 +97,10 @@
   MODULE = framework
   
   FRAMEWORK_CPP_PUBHEADERS = \
  +	LocalFileInputSource.hpp \
  +	MemBufInputSource.hpp \
  +	StdInInputSource.hpp \
  +	URLInputSource.hpp \
   	XMLAttDef.hpp \
   	XMLAttDefList.hpp \
   	XMLAttr.hpp \
  @@ -118,6 +125,10 @@
   FRAMEWORK_C_FILES = 
   
   FRAMEWORK_CPP_OBJECTS = \
  +	LocalFileInputSource.o \
  +	MemBufInputSource.o \
  +	StdInInputSource.o \
  +	URLInputSource.o \
   	XMLAttDef.o \
   	XMLAttr.o \
   	XMLBuffer.o \