Changeset 10400


Ignore:
Timestamp:
2005-08-03T12:25:15+12:00 (19 years ago)
Author:
kjdon
Message:

install the z3950server into bin/linux (or bin/darwin)

File:
1 edited

Legend:

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

    r10184 r10400  
    291291install:
    292292    $(INSTALL) -m 755 -s library ../../cgi-bin
     293ifeq ($(USE_Z3950), 1)
     294    $(INSTALL) -m 755 -s z3950server ../../bin/$(GSDLOS)
     295endif
    293296
    294297depend:
Note: See TracChangeset for help on using the changeset viewer.