Ignore:
Timestamp:
2008-05-13T17:06:17+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Untangling colservr/recpt) Moved all the z3950 files out of "colservr" and into "recpt".

File:
1 edited

Legend:

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

    r15423 r15425  
    9696
    9797USE_CORBA = @USE_CORBA@
    98 USE_Z3950 = @USE_Z3950@
    9998
    10099RANLIB = @RANLIB@
     
    140139endif
    141140
    142 ifeq ($(USE_Z3950), 1)
    143 INCLUDES += -I../../packages/yaz/include -I../../packages/d2m
    144 Z3950HEADERS =
    145 Z3950SOURCES = z3950parser.cpp z3950explain.cpp z3950_to_gsdl.cpp z3950server.cpp
    146 Z3950OBJECTS = z3950parser.o   z3950explain.o   z3950_to_gsdl.o   z3950server.o
    147 else
    148 Z3950HEADERS =
    149 Z3950SOURCES =
    150 Z3950OBJECTS =
    151 endif
    152141
    153142# following objects need both mg and mgpp stuff - jrm21
     
    173162
    174163all : $(OBJECTS)
    175     $(MAKE) USE_MGPP=1 $(MGPP_OBJECTS) $(Z3950OBJECTS)
     164    $(MAKE) USE_MGPP=1 $(MGPP_OBJECTS)
    176165
    177166distclean:
Note: See TracChangeset for help on using the changeset viewer.