svn rev #23831: trunk/src/tests/gssapi/

epeisach@MIT.EDU epeisach at MIT.EDU
Tue Mar 23 10:08:24 EDT 2010


http://src.mit.edu/fisheye/changelog/krb5/?cs=23831
Commit By: epeisach
Log Message:
Include t_spengno.o in list of OBJS so make clean will remove.




Changed Files:
U   trunk/src/tests/gssapi/Makefile.in
Modified: trunk/src/tests/gssapi/Makefile.in
===================================================================
--- trunk/src/tests/gssapi/Makefile.in	2010-03-23 07:21:04 UTC (rev 23830)
+++ trunk/src/tests/gssapi/Makefile.in	2010-03-23 14:08:23 UTC (rev 23831)
@@ -6,7 +6,7 @@
 
 SRCS= $(srcdir)/t_imp_name.c $(srcdir)/t_s4u.c $(srcdir)/t_namingexts.c $(srcdir)/t_gssexts.c
 
-OBJS= t_imp_name.o t_s4u.o t_namingexts.o t_gssexts.o
+OBJS= t_imp_name.o t_s4u.o t_namingexts.o t_gssexts.o t_spnego.o
 
 PYTESTS= t_gssapi.py
 




More information about the cvs-krb5 mailing list