Changeset 1381


Ignore:
Timestamp:
2000-08-09T10:07:43+12:00 (24 years ago)
Author:
jrm21
Message:

yaz stuff + USE_FASTCGI=1 should compile now, I promise...

File:
1 edited

Legend:

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

    r1380 r1381  
    150150
    151151## z39.50 stuff
     152# Note! If USE_FASTCGI=1, yaz is still compiled and linked, but never
     153# called by librarymain.cpp.
    152154$(YAZDIR)/client/yaz_zclient.o: $(YAZDIR)/lib/libyaz.a
    153155    cd $(YAZDIR)/client &&  make yaz_zclient.o
     
    217219    ../../packages/fcgi/libfcgi/libfcgi.a \
    218220    ../mgpp/text/libtextin.a \
    219     ../mgpp/lib/libmg.a
     221    ../mgpp/lib/libmg.a \
     222    $(YAZDIR)/lib/libyaz.a
    220223endif
    221224
Note: See TracChangeset for help on using the changeset viewer.