diff --git a/CASA-auth-token/server-java/package/windows/CommandLauncher/bin/CommandLauncher.exe b/CASA-auth-token/server-java/package/windows/CommandLauncher/bin/CommandLauncher.exe new file mode 100644 index 00000000..57139193 Binary files /dev/null and b/CASA-auth-token/server-java/package/windows/CommandLauncher/bin/CommandLauncher.exe differ diff --git a/CASA-auth-token/server-java/package/windows/Makefile.am b/CASA-auth-token/server-java/package/windows/Makefile.am index e37a296a..8a8aed7c 100644 --- a/CASA-auth-token/server-java/package/windows/Makefile.am +++ b/CASA-auth-token/server-java/package/windows/Makefile.am @@ -20,7 +20,7 @@ # ####################################################################### -SUBDIRS = ClientKeystoreSetup CommandLauncher InitConfigFile MungeCryptoPropertiesFilePath ServerKeystoreSetup SetupAsWindowsService UpdateWarFile server-java_msi +SUBDIRS = ClientKeystoreSetup InitConfigFile MungeCryptoPropertiesFilePath ServerKeystoreSetup SetupAsWindowsService UpdateWarFile server-java_msi DIST_SUBDIRS = ClientKeystoreSetup CommandLauncher InitConfigFile MungeCryptoPropertiesFilePath ServerKeystoreSetup SetupAsWindowsService UpdateWarFile server-java_msi @@ -29,7 +29,6 @@ EXTRA_DIST = .PHONY: package package-clean package-install package-uninstall package package-clean package-install package-uninstall: $(MAKE) -C ClientKeystoreSetup $@ - $(MAKE) -C CommandLauncher $@ $(MAKE) -C InitConfigFile $@ $(MAKE) -C MungeCryptoPropertiesFilePath $@ $(MAKE) -C ServerKeystoreSetup $@