Changes between Version 96 and Version 97 of Projects/OpenLDAP


Ignore:
Timestamp:
07/10/12 22:15:27 (12 years ago)
Author:
C Rempel
Comment:

/* Binary Relocatability */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/OpenLDAP

    v96 v97  
    189189 +       $(AR) ruv $@ $(SLAPD_OBJECTS) $(LIB) $(WRAP_LIBS)
    190190
    191 Fourth, I added an install-local Makefile target to the install-local-srv.  The install-local Makefile target was inspired by the openldap/libraries/lib*/Makefile.in install-local Makefile targets (which are used to install libraries).
     191Fourth, I added an install-local Makefile target to the install-local-srv.  The install-local Makefile target was inspired by the openldap/libraries/lib*/Makefile.in install-local Makefile targets (which are used to install libraries). The install-local Makefile target in the install-local-srv tells the Makefile to actually build the library.
    192192
    193193 ! install-local-srv: install-slapd ... \