svn rev #25017: trunk/src/util/gss-kernel-lib/

ghudson@MIT.EDU ghudson at MIT.EDU
Mon Jul 11 13:50:54 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25017
Commit By: ghudson
Log Message:
Fix make clean in gss-kernel-lib.

List kernel_gss.c in EXTRADEPSRCS instead of SRCS so that it doesn't
get removed by "make clean" along with the copied source files.


Changed Files:
U   trunk/src/util/gss-kernel-lib/Makefile.in
Modified: trunk/src/util/gss-kernel-lib/Makefile.in
===================================================================
--- trunk/src/util/gss-kernel-lib/Makefile.in	2011-07-11 17:45:21 UTC (rev 25016)
+++ trunk/src/util/gss-kernel-lib/Makefile.in	2011-07-11 17:50:53 UTC (rev 25017)
@@ -15,7 +15,6 @@
 STOBJLISTS=OBJS.ST
 
 SRCS= \
-	kernel_gss.c \
 	k5seal.c \
 	k5sealiov.c \
 	k5unseal.c \
@@ -30,7 +29,7 @@
 	util_set.c \
 	util_ordering.c
 
-EXTRADEPSRCS= t_kgss_common.c t_kgss_user.c t_kgss_kernel.c
+EXTRADEPSRCS= kernel_gss.c t_kgss_common.c t_kgss_user.c t_kgss_kernel.c
 
 OBJS= \
 	kernel_gss.o \




More information about the cvs-krb5 mailing list