Ignore:
Timestamp:
2008-05-13T15:12:45+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Untangling colservr/recpt) Split recpt/OIDtools into two: lib/OIDtools.cpp/h contains the purely string-based functions (may be used by the colservr), and recpt/recptprototools.cpp/h contains the functions requiring a call to the colservr (get_info() etc.).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/lib/Makefile.in

    r15402 r15418  
    9191  cfgread.h        cnfgable.h       cnfgator.h     display.h \
    9292  fileutil.h       gsdlsitecfg.h    gsdltimes.h    gsdltools.h \
    93   gsdlunicode.h    md5.h            phrases.h      text_t.h \
    94   $(CORBAHEADERS)  gsdlconf.h
    95 
     93  gsdlunicode.h    md5.h            OIDtools.h     phrases.h \
     94  text_t.h         $(CORBAHEADERS)  gsdlconf.h
    9695
    9796SOURCES = \
    9897  cfgread.cpp      cnfgable.cpp     cnfgator.cpp   display.cpp \
    9998  fileutil.cpp     gsdlsitecfg.cpp  gsdltimes.cpp  gsdltools.cpp \
    100   gsdlunicode.cpp  md5.cpp          phrases.cpp    text_t.cpp \
    101   $(CORBASOURCES)
     99  gsdlunicode.cpp  md5.cpp          OIDtools.cpp   phrases.cpp \
     100  text_t.cpp       $(CORBASOURCES)
    102101
    103102OBJECTS = \
    104103  cfgread.o        cnfgable.o       cnfgator.o     display.o \
    105104  fileutil.o       gsdlsitecfg.o    gsdltimes.o    gsdltools.o \
    106   gsdlunicode.o    md5.o            phrases.o      text_t.o \
    107   $(CORBAOBJECTS)
     105  gsdlunicode.o    md5.o            OIDtools.o     phrases.o \
     106  text_t.o         $(CORBAOBJECTS)
    108107
    109108
Note: See TracChangeset for help on using the changeset viewer.