diff options
-rw-r--r-- | internal_comp_deps.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal_comp_deps.mk b/internal_comp_deps.mk index d180322f..1665f589 100644 --- a/internal_comp_deps.mk +++ b/internal_comp_deps.mk @@ -777,7 +777,7 @@ $(DSDOC_DEP): $(NSCP_DISTDIR) # Windows sync component for Active Directory -ADSYNC = PassSync-$(BUILD_DEBUG).msi +ADSYNC = PassSync.msi ADSYNC_DEST = $(NSCP_DISTDIR_FULL_RTL)/winsync ADSYNC_FILE = $(ADSYNC_DEST)/$(ADSYNC) ADSYNC_FILES = $(ADSYNC) @@ -810,7 +810,7 @@ endif # Windows sync component for Active Directory # Windows sync component for NT4 -NT4SYNC = ntds-$(BUILD_DEBUG).msi +NT4SYNC = ntds.msi NT4SYNC_DEST = $(NSCP_DISTDIR_FULL_RTL)/winsync NT4SYNC_FILE = $(NT4SYNC_DEST)/$(NT4SYNC) NT4SYNC_FILES = $(NT4SYNC) |