From f6ff95abc413ec2e7fab7a0613e339b0157ece04 Mon Sep 17 00:00:00 2001 From: S Rahul Date: Sun, 15 Mar 2009 05:14:22 +0000 Subject: [PATCH] Makefile.am was referencing the wrong file - 'authtoken.dll'. The actual file name is 'casa_authtoken.dll'. --- CASA-auth-token/client/library/windows/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CASA-auth-token/client/library/windows/Makefile.am b/CASA-auth-token/client/library/windows/Makefile.am index 889e5ead..3bafa7c0 100644 --- a/CASA-auth-token/client/library/windows/Makefile.am +++ b/CASA-auth-token/client/library/windows/Makefile.am @@ -33,7 +33,7 @@ TARGET_CFG = Release endif PACKAGE = client -TARGET_FILE = authtoken.dll +TARGET_FILE = casa_authtoken.dll LOG_FILE = $(PACKAGE).log all-am: $(TARGET_FILE)