svn rev #22765: trunk/src/util/support/
epeisach@MIT.EDU
epeisach at MIT.EDU
Tue Sep 15 12:28:15 EDT 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=22765
Commit By: epeisach
Log Message:
Add t_unal.c to SRCS and generate dependencies...
Changed Files:
U trunk/src/util/support/Makefile.in
U trunk/src/util/support/deps
Modified: trunk/src/util/support/Makefile.in
===================================================================
--- trunk/src/util/support/Makefile.in 2009-09-15 06:42:01 UTC (rev 22764)
+++ trunk/src/util/support/Makefile.in 2009-09-15 16:28:15 UTC (rev 22765)
@@ -102,7 +102,8 @@
$(srcdir)/strlcpy.c \
$(srcdir)/printf.c \
$(srcdir)/mkstemp.c \
- $(srcdir)/t_k5buf.c
+ $(srcdir)/t_k5buf.c \
+ $(srcdir)/t_unal.c
SHLIB_EXPDEPS =
# Add -lm if dumping thread stats, for sqrt.
Modified: trunk/src/util/support/deps
===================================================================
--- trunk/src/util/support/deps 2009-09-15 06:42:01 UTC (rev 22764)
+++ trunk/src/util/support/deps 2009-09-15 16:28:15 UTC (rev 22765)
@@ -44,3 +44,6 @@
t_k5buf.so t_k5buf.po $(OUTPRE)t_k5buf.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(SRCTOP)/include/k5-buf.h $(SRCTOP)/include/k5-platform.h \
$(SRCTOP)/include/k5-thread.h k5buf-int.h t_k5buf.c
+t_unal.so t_unal.po $(OUTPRE)t_unal.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ t_unal.c
More information about the cvs-krb5
mailing list