Ignore:
Timestamp:
2008-05-15T14:54:34+12:00 (16 years ago)
Author:
mdewsnip
Message:

Also needs to include a "tabcomplete.o" file from the yaz directory, for some reason.

File:
1 edited

Legend:

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

    r15495 r15496  
    8484gsdlz3950.a: $(OBJECTS)
    8585    rm -f gsdlz3950.a
    86     $(AR) cru gsdlz3950.a $(OBJECTS)
     86    $(AR) cru gsdlz3950.a $(OBJECTS) $(GSDL_DIR)/packages/yaz/yaz-2.1.4/client/tabcomplete.o
    8787    $(RANLIB) gsdlz3950.a
    8888
Note: See TracChangeset for help on using the changeset viewer.