summaryrefslogtreecommitdiffstats
path: root/src/util/support/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2008-10-15 16:27:46 +0000
committerKen Raeburn <raeburn@mit.edu>2008-10-15 16:27:46 +0000
commitec674671176ea46e5d20eff2ae923a21442573c3 (patch)
tree37f611cd9af3b385191fbfcaab3d588b90032ee3 /src/util/support/Makefile.in
parentb31c98166098b3da7324672df17e9908bac60e73 (diff)
downloadkrb5-ec674671176ea46e5d20eff2ae923a21442573c3.tar.gz
krb5-ec674671176ea46e5d20eff2ae923a21442573c3.tar.xz
krb5-ec674671176ea46e5d20eff2ae923a21442573c3.zip
Now that we have support for conditionally exporting symbols from the support
library, use that for the [v]asprintf replacement functions when needed. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20871 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/support/Makefile.in')
-rw-r--r--src/util/support/Makefile.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in
index dfd642c2c..4fc6b1d69 100644
--- a/src/util/support/Makefile.in
+++ b/src/util/support/Makefile.in
@@ -30,6 +30,9 @@ MKSTEMP_OBJ= @MKSTEMP_OBJ@
##DOS##MKSTEMP_ST_OBJ= mkstemp.o
##DOS##MKSTEMP_OBJ= $(OUTPRE)mkstemp.$(OBJEXT)
+PRINTF_ST_OBJ= @PRINTF_ST_OBJ@
+PRINTF_OBJ= @PRINTF_OBJ@
+
STLIBOBJS= \
threads.o \
init-addrinfo.o \
@@ -37,6 +40,7 @@ STLIBOBJS= \
errors.o \
gmt_mktime.o \
fake-addrinfo.o \
+ $(PRINTF_ST_OBJ) \
$(MKSTEMP_ST_OBJ)
LIBOBJS= \
@@ -46,6 +50,7 @@ LIBOBJS= \
$(OUTPRE)errors.$(OBJEXT) \
$(OUTPRE)gmt_mktime.$(OBJEXT) \
$(OUTPRE)fake-addrinfo.$(OBJEXT) \
+ $(PRINTF_OBJ) \
$(MKSTEMP_OBJ)
STOBJLISTS=OBJS.ST
@@ -60,6 +65,7 @@ SRCS=\
$(srcdir)/errors.c \
$(srcdir)/gmt_mktime.c \
$(srcdir)/fake-addrinfo.c \
+ $(srcdir)/printf.c \
$(srcdir)/mkstemp.c
SHLIB_EXPDEPS =
@@ -134,6 +140,9 @@ fake-addrinfo.so fake-addrinfo.po $(OUTPRE)fake-addrinfo.$(OBJEXT): \
$(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
$(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
cache-addrinfo.h fake-addrinfo.c supp-int.h
+printf.so printf.po $(OUTPRE)printf.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
+ printf.c
mkstemp.so mkstemp.po $(OUTPRE)mkstemp.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
mkstemp.c