summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2005-05-18 13:38:57 +0000
committerRich Megginson <rmeggins@redhat.com>2005-05-18 13:38:57 +0000
commit4c2a8e746e1453423766a3d007955a3b43be1c3c (patch)
treec87f5541fea19f8bd0cc2aa7aa59fce403a32c8b
parent199dfec373650ad2d82da24e2db7b6709f00e14f (diff)
downloadds-4c2a8e746e1453423766a3d007955a3b43be1c3c.tar.gz
ds-4c2a8e746e1453423766a3d007955a3b43be1c3c.tar.xz
ds-4c2a8e746e1453423766a3d007955a3b43be1c3c.zip
remove full and optimize from the file names of the winsync components
-rw-r--r--internal_comp_deps.mk4
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)