Changeset 9928


Ignore:
Timestamp:
2005-05-23T16:09:07+12:00 (19 years ago)
Author:
davidb
Message:

Introduction of Z39.50 server code from Greenstone, plus renaming of
existing z3950_server.* to z3950_proxy.* (used in Z39.50 receptionist)
to better reflect its role.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/Makefile.in

    r9399 r9928  
    164164
    165165ifeq ($(USE_CORBA), 1)
    166 LIBRARYHEADERS = nullproto.h z3950proto.h z3950server.h corbaproto.h
    167 else
    168 LIBRARYHEADERS = nullproto.h z3950proto.h z3950server.h
     166LIBRARYHEADERS = nullproto.h z3950proto.h z3950proxy.h corbaproto.h
     167else
     168LIBRARYHEADERS = nullproto.h z3950proto.h z3950proxy.h
    169169endif
    170170
     
    193193
    194194ifeq ($(USE_Z3950), 1)
    195 Z_LIBSOURCES=z3950proto.cpp z3950server.cpp zparse.tab.c parse.yy.c $(YAZDIR)/client/yaz_zclient.c
     195Z_LIBSOURCES=z3950proto.cpp z3950proxy.cpp zparse.tab.c parse.yy.c $(YAZDIR)/client/yaz_zclient.c
    196196else
    197197Z_LIBSOURCES=
     
    231231
    232232ifeq ($(USE_Z3950), 1)
    233 Z_LIBOBJS=z3950proto.o z3950server.o zparse.tab.o $(YAZDIR)/client/yaz_zclient.o
     233Z_LIBOBJS=z3950proto.o z3950proxy.o zparse.tab.o $(YAZDIR)/client/yaz_zclient.o
    234234else
    235235Z_LIBOBJS=
     
    391391
    392392Z3950_OBJS = $(COMMONOBJECTS) $(COLSERVROBJECTS) \
     393    ../colservr/z3950parser.o ../colservr/z3950explain.o \
     394    ../colservr/z3950_to_gsdl.o \
    393395    ../colservr/z3950server.o ../colservr/read-grs.o nullproto.o \
    394396    ../../lib/gsdllib.a  \
Note: See TracChangeset for help on using the changeset viewer.