svn rev #21937: trunk/src/util/support/
raeburn@MIT.EDU
raeburn at MIT.EDU
Mon Feb 9 18:27:52 EST 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=21937
Commit By: raeburn
Log Message:
Add variables for optionally building ipc_stream.c; currently empty.
Changed Files:
U trunk/src/util/support/Makefile.in
Modified: trunk/src/util/support/Makefile.in
===================================================================
--- trunk/src/util/support/Makefile.in 2009-02-09 23:00:59 UTC (rev 21936)
+++ trunk/src/util/support/Makefile.in 2009-02-09 23:27:50 UTC (rev 21937)
@@ -36,6 +36,9 @@
PRINTF_ST_OBJ= @PRINTF_ST_OBJ@
PRINTF_OBJ= @PRINTF_OBJ@
+IPC_ST_OBJ=
+IPC_OBJ=
+
STLIBOBJS= \
threads.o \
init-addrinfo.o \
@@ -46,6 +49,7 @@
fake-addrinfo.o \
utf8.o \
utf8_conv.o \
+ $(IPC_ST_OBJ) \
$(STRLCPY_ST_OBJ) \
$(PRINTF_ST_OBJ) \
$(MKSTEMP_ST_OBJ)
@@ -60,6 +64,7 @@
$(OUTPRE)fake-addrinfo.$(OBJEXT) \
$(OUTPRE)utf8.$(OBJEXT) \
$(OUTPRE)utf8_conv.$(OBJEXT) \
+ $(IPC_OBJ) \
$(STRLCPY_OBJ) \
$(PRINTF_OBJ) \
$(MKSTEMP_OBJ)
More information about the cvs-krb5
mailing list