aboutsummaryrefslogtreecommitdiff
path: root/src/ccapi/test/Makefile.in
diff options
context:
space:
mode:
authorKevin Koch <kpkoch@mit.edu>2008-03-20 15:28:11 +0000
committerKevin Koch <kpkoch@mit.edu>2008-03-20 15:28:11 +0000
commit858c809105b5d66f1b2c8b2d3c305216a594e19c (patch)
treeb873dea57e81eac459145ab8f2e2f9db6a65747f /src/ccapi/test/Makefile.in
parent5b0bc6bcaeb275fa850815b56cb81086caef0c57 (diff)
downloadkrb5-858c809105b5d66f1b2c8b2d3c305216a594e19c.zip
krb5-858c809105b5d66f1b2c8b2d3c305216a594e19c.tar.gz
krb5-858c809105b5d66f1b2c8b2d3c305216a594e19c.tar.bz2
Generate ccapi.def export list from V2, V3, debug lists. It is no longer a file in the repository
Update test Makefile.in to use file ccapi_string.c. TargetVersion: 1.7 Component: krb5-libs Ticket: 5594 Tags: pullup Subj: Work on compiling the CCAPI test suite on Windows. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20284 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ccapi/test/Makefile.in')
-rw-r--r--src/ccapi/test/Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ccapi/test/Makefile.in b/src/ccapi/test/Makefile.in
index a155c13..9edab53 100644
--- a/src/ccapi/test/Makefile.in
+++ b/src/ccapi/test/Makefile.in
@@ -34,6 +34,7 @@ LOCALINCLUDES = /I$(BUILDTOP) /I$(BUILDTOP)$(S)include /I$(BUILDTOP)$(S)include$
##DOS## ccapi_ipc.c \
##DOS## ccapi_credentials.c \
##DOS## ccapi_credentials_iterator.c \
+##DOS## ccapi_string.c \
##DOS## ccapi_v2.c
##DOS##COMSRC=cci_cred_union.c \
@@ -69,6 +70,7 @@ PINGOBJS = $(OUTPRE)ccapi_ccache.$(OBJEXT) \
$(OUTPRE)ccapi_ipc.$(OBJEXT) \
$(OUTPRE)ccapi_credentials.$(OBJEXT) \
$(OUTPRE)ccapi_credentials_iterator.$(OBJEXT) \
+ $(OUTPRE)ccapi_string.$(OBJEXT) \
$(OUTPRE)ccapi_v2.$(OBJEXT) \
$(OUTPRE)cci_cred_union.$(OBJEXT) \
$(OUTPRE)cci_identifier.$(OBJEXT) \
@@ -212,7 +214,10 @@ simple_lock_test:
$(CC) -o $(TESTDIR)/simple_lock_test simple_lock_test.c $(LIBS)
copy-script:
- cp $(SCRIPT_NAME) $(DSTDIR)/$(SCRIPT_NAME)
+ echo Copy script ...
+ cd
+ dir ccapi_test
+ cp $(SCRIPT_NAME) $(DSTDIR)$(S)$(SCRIPT_NAME)
success-message:
@echo