cvsuser     02/10/31 19:19:37

  Modified:    config/gen/makefiles root.in
  Log:
  Added missing files.. naughty naughty.
  
  Revision  Changes    Path
  1.51      +5 -1      parrot/config/gen/makefiles/root.in
  
  Index: root.in
  ===================================================================
  RCS file: /cvs/public/parrot/config/gen/makefiles/root.in,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -w -r1.50 -r1.51
  --- root.in   1 Nov 2002 03:04:08 -0000       1.50
  +++ root.in   1 Nov 2002 03:19:37 -0000       1.51
  @@ -31,6 +31,7 @@
        languages/scheme/Makefile
   
   GEN_CONFIGS  = include/parrot/config.h include/parrot/platform.h \
  +     include/parrot/has_header.h \
        lib/Parrot/Config.pm lib/Parrot/PMC.pm platform.c \
        include/parrot/core_pmcs.h core_pmcs.c
   
  @@ -76,7 +77,10 @@
        $(INC)/rxstacks.h $(INC)/intlist.h $(INC)/embed.h $(INC)/warnings.h \
        $(INC)/misc.h $(INC)/pmc.h $(INC)/key.h $(INC)/hash.h \
        $(INC)/smallobject.h $(INC)/headers.h $(INC)/dod.h \
  -     $(INC)/method_util.h $(INC)/list.h $(INC)/datatypes.h
  +     $(INC)/method_util.h $(INC)/list.h $(INC)/datatypes.h \
  +     $(INC)/regfuncs.h $(INC)/string_funcs.h $(INC)/encoding.h \
  +     $(INC)/chartype.h $(INC)/oplib.h $(INC)/sub.h $(INC)/unicode.h \
  +     $(INC)/perltypes.h
   
   ALL_H_FILES = $(GENERAL_H_FILES)
   
  
  
  


Reply via email to