2003-01-06 Charles Wilson <cwilson@ece.gatech.edu>
* Makefile.am: Add vasprintf. * Makefile.in: Regenerated.
This commit is contained in:
parent
ea5e5daf7c
commit
b2294aaa30
@ -1,3 +1,8 @@
|
||||
2003-01-06 Charles Wilson <cwilson@ece.gatech.edu>
|
||||
|
||||
* Makefile.am: Add vasprintf.
|
||||
* Makefile.in: Regenerated.
|
||||
|
||||
2003-01-06 Charles Wilson <cwilson@ece.gatech.edu>
|
||||
|
||||
* asprintf.c (_asprintf_r): insure both declarations
|
||||
|
@ -85,7 +85,8 @@ LIB_OBJS = \
|
||||
ftello.$(oext) \
|
||||
getw.$(oext) \
|
||||
mktemp.$(oext) \
|
||||
putw.$(oext)
|
||||
putw.$(oext) \
|
||||
vasprintf.$(oext)
|
||||
endif
|
||||
|
||||
LIBADD_OBJS = vfiprintf.$(oext) vfprintf.$(oext)
|
||||
|
@ -188,7 +188,8 @@ GENERAL_SOURCES = \
|
||||
@ELIX_LEVEL_1_FALSE@ ftello.$(oext) \
|
||||
@ELIX_LEVEL_1_FALSE@ getw.$(oext) \
|
||||
@ELIX_LEVEL_1_FALSE@ mktemp.$(oext) \
|
||||
@ELIX_LEVEL_1_FALSE@ putw.$(oext)
|
||||
@ELIX_LEVEL_1_FALSE@ putw.$(oext) \
|
||||
@ELIX_LEVEL_1_FALSE@ vasprintf.$(oext)
|
||||
|
||||
LIBADD_OBJS = vfiprintf.$(oext) vfprintf.$(oext)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user