projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a9b5e8
)
Add variables for optionally building ipc_stream.c; currently empty
author
Ken Raeburn
<raeburn@mit.edu>
Mon, 9 Feb 2009 23:27:50 +0000
(23:27 +0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Mon, 9 Feb 2009 23:27:50 +0000
(23:27 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21937
dc483132
-0cff-0310-8789-
dd5450dbe970
src/util/support/Makefile.in
patch
|
blob
|
history
diff --git
a/src/util/support/Makefile.in
b/src/util/support/Makefile.in
index 0927c61a1b7cdd9d8d7b908f7b9bef5b066a4943..065a61ee1889954db13bf24da16ad8c5a4268523 100644
(file)
--- a/
src/util/support/Makefile.in
+++ b/
src/util/support/Makefile.in
@@
-36,6
+36,9
@@
STRLCPY_OBJ=@STRLCPY_OBJ@
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
@@
STLIBOBJS= \
fake-addrinfo.o \
utf8.o \
utf8_conv.o \
+ $(IPC_ST_OBJ) \
$(STRLCPY_ST_OBJ) \
$(PRINTF_ST_OBJ) \
$(MKSTEMP_ST_OBJ)
@@
-60,6
+64,7
@@
LIBOBJS= \
$(OUTPRE)fake-addrinfo.$(OBJEXT) \
$(OUTPRE)utf8.$(OBJEXT) \
$(OUTPRE)utf8_conv.$(OBJEXT) \
+ $(IPC_OBJ) \
$(STRLCPY_OBJ) \
$(PRINTF_OBJ) \
$(MKSTEMP_OBJ)