diff options
| author | Sam Hartman <hartmans@mit.edu> | 2011-09-28 20:56:09 +0000 |
|---|---|---|
| committer | Sam Hartman <hartmans@mit.edu> | 2011-09-28 20:56:09 +0000 |
| commit | 00e32bec133ca18bcf83e9f4c88083812d620614 (patch) | |
| tree | 30a12baba4212824c37a80649d53317214f9c435 /src/ccapi/test | |
| parent | a8280f0fe566f8fae4105561e0744c4c0b54e5d3 (diff) | |
| download | krb5-00e32bec133ca18bcf83e9f4c88083812d620614.tar.gz krb5-00e32bec133ca18bcf83e9f4c88083812d620614.tar.xz krb5-00e32bec133ca18bcf83e9f4c88083812d620614.zip | |
Rename ccapi.dll to krbcc{32|64}.dll as appropriate for windows builds
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25267 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ccapi/test')
| -rw-r--r-- | src/ccapi/test/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ccapi/test/Makefile.in b/src/ccapi/test/Makefile.in index bf950b6a7..972e464ec 100644 --- a/src/ccapi/test/Makefile.in +++ b/src/ccapi/test/Makefile.in @@ -135,7 +135,7 @@ MORE_TESTS = test_cc_context_release \ ##### Linker LINK = link LIBS = -lkrb5 -##DOS##LIBS = $(CLIB) $(SLIB) advapi32.lib rpcrt4.lib user32.lib ws2_32.lib ccapi.lib +##DOS##LIBS = $(CLIB) $(SLIB) advapi32.lib rpcrt4.lib user32.lib ws2_32.lib $(CCLIB).lib LFLAGS = /nologo $(LOPTS) all-mac:: setup-test-dir pingtest simple_lock_test build-base build-tests link-tests copy-script success-message @@ -188,7 +188,7 @@ $(COWSRC): $(OUTPRE)pingtest.exe: $(OBJECTS) $(PINGOBJS) # There doesn't appear to be any way to examine a variable and return a value # indicating whether a string is present in it. We use a perl script to -# check the LIB variable. If the path to ccapi.lib isn't present, the script +# check the LIB variable. If the path to $(CCLIB).lib isn't present, the script # deletes a.tmp and the following nmake actions correct LIB. echo %%PATH%% > a.tmp perl setlib.pl |
