Changeset 1348 for trunk/gsdl/src/recpt


Ignore:
Timestamp:
2000-08-03T18:57:49+12:00 (24 years ago)
Author:
jrm21
Message:

A few minor changes while merging branch to help clean compilation

Location:
trunk/gsdl/src/recpt
Files:
2 edited

Legend:

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

    r1347 r1348  
    150150
    151151## z39.50 stuff
    152 $(YAZDIR)/client/yaz_zclient.o: $(YAZDIR)/client/yaz_zclient.h $(YAZDIR)/client/yaz_zclient.c $(YAZDIR)/lib/libyaz.a
     152$(YAZDIR)/client/yaz_zclient.o: $(YAZDIR)/lib/libyaz.a
    153153    cd $(YAZDIR)/client &&  make yaz_zclient.o
    154154
     
    156156    cd $(YAZDIR) && ./configure && make all
    157157
    158 z3950server.o: $(YAZDIR)/client/yaz_zclient.h
    159 
    160158zparse.tab.c: zparse.y
    161159    @YACC@ -d zparse.y
  • trunk/gsdl/src/recpt/documentaction.cpp

    r1347 r1348  
    391391      disp.setmacro ("gsdltop", "Global", "documenttop");
    392392    }
    393     text_tmap::iterator it = cinfo->format.find ("homepage");
    394     if (it != cinfo->format.end()) {
     393    text_tmap::iterator it = cinfo.format.find ("homepage");
     394    if (it != cinfo.format.end()) {
    395395      text_t httppagehome;
    396396      if (get_link (args, protos, (*it).second, httppagehome, logout))
Note: See TracChangeset for help on using the changeset viewer.