diff options
-rw-r--r-- | ldap/cm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ldap/cm/Makefile b/ldap/cm/Makefile index 78d71fc3..e04d7e30 100644 --- a/ldap/cm/Makefile +++ b/ldap/cm/Makefile @@ -312,7 +312,11 @@ releaseDirectory: # the httpd library ifneq ($(ARCH), WINNT) + ifeq ($(ARCH), SOLARIS) $(INSTALL) -m 755 $(OBJDIR)/$(NSHTTPD_DLL)$(DLL_PRESUF).$(DLL_SUFFIX)* $(LDAP_PLUGIN_RELDIR) + else + $(INSTALL) -m 755 $(OBJDIR)/$(NSHTTPD_DLL)$(DLL_PRESUF).$(DLL_SUFFIX)* $(RELDIR)/$(DS_LIBDIR) + endif endif # Images for IM Presence plugin |