summaryrefslogtreecommitdiffstats
path: root/ldap
diff options
context:
space:
mode:
Diffstat (limited to 'ldap')
-rw-r--r--ldap/cm/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/ldap/cm/Makefile b/ldap/cm/Makefile
index 1fa4f8e7..9a8bf52c 100644
--- a/ldap/cm/Makefile
+++ b/ldap/cm/Makefile
@@ -1009,6 +1009,9 @@ $(INSTDIR)/$(SLAPD_DIR)/slapd.z:
_setup_files: $(INSTDIR)/$(SLAPD_DIR)/dsinst.dll \
$(INSTDIR)/$(SLAPD_DIR)/slapd.inf \
+ifdef BUILD_PATCH
+ $(PATCHINSTDIR)/$(SLAPDSP)/$(SLAPDSP).inf \
+endif
$(INSTDIR)/admin $(INSTDIR)/base \
$(INSTDIR)/svrcore $(INSTDIR)/tools
# see components.mk for a description of PACKAGE_SETUP_LIBS
@@ -1024,6 +1027,11 @@ $(INSTDIR)/$(SLAPD_DIR)/dsinst.dll: $(OBJDIR)/setup/dsinst.dll
$(INSTDIR)/$(SLAPD_DIR)/slapd.inf: $(OBJDIR)/setup/slapd.inf
cp $< $@
+ifdef BUILD_PATCH
+$(PATCHINSTDIR)/$(SLAPDSP)/$(SLAPDSP).inf: $(OBJDIR)/setup/slapd-patch.inf
+ cp $< $@
+endif
+
$(INSTDIR)/admin: $(ADMSERV_DIR)/admin
cp -R $< $@