Makefile.am was referencing the wrong file - 'authtoken.dll'. The actual
file name is 'casa_authtoken.dll'.
This commit is contained in:
parent
fb7c157779
commit
f6ff95abc4
@ -33,7 +33,7 @@ TARGET_CFG = Release
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
PACKAGE = client
|
PACKAGE = client
|
||||||
TARGET_FILE = authtoken.dll
|
TARGET_FILE = casa_authtoken.dll
|
||||||
LOG_FILE = $(PACKAGE).log
|
LOG_FILE = $(PACKAGE).log
|
||||||
|
|
||||||
all-am: $(TARGET_FILE)
|
all-am: $(TARGET_FILE)
|
||||||
|
Loading…
Reference in New Issue
Block a user