dbertoni    01/07/18 00:24:09

  Modified:    c/src    Makefile.in
  Log:
  Added XalanExtensions to the sources.
  
  Revision  Changes    Path
  1.45      +1 -1      xml-xalan/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- Makefile.in       2001/07/18 07:19:44     1.44
  +++ Makefile.in       2001/07/18 07:24:09     1.45
  @@ -312,7 +312,6 @@
        $(CC1) $(XSL_BUILD_OPTIONS) -c $(XSL_INCL) $(EXTRA_COMPILE_OPTIONS) -o 
$@ $(patsubst .hpp,.cpp,$<)
   
   
  -
   ALLSOURCE = \
        $(wildcard $(XALANDOM_DIR)/*.cpp) \
        $(wildcard $(DOMSUPPORT_DIR)/*.cpp) \
  @@ -321,6 +320,7 @@
        $(wildcard $(XMLSUPPORT_DIR)/*.cpp) \
        $(wildcard $(XPATH_DIR)/*.cpp) \
        $(wildcard $(XSLT_DIR)/*.cpp) \
  +     $(wildcard $(XALANEXTENSIONS_DIR)/*.cpp) \
        $(wildcard $(XERCESINIT_DIR)/*.cpp) \
        $(wildcard $(XERCESPARSERLIAISON_DIR)/*.cpp) \
        $(wildcard $(XALANTRANSFORMER_DIR)/*.cpp) \
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to