summaryrefslogtreecommitdiff
path: root/printf/Makefile.am
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-01 02:07:41 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-01 02:07:41 +0200
commite6f2737540c5f75e0ee2604568f30ca2be785290 (patch)
tree0902b73ecb9946fb1c4b6cb34a13c4b6353bc78a /printf/Makefile.am
parentd8753e630e56d56f46a3fc6cbcbbf570855479a7 (diff)
downloadgmp-e6f2737540c5f75e0ee2604568f30ca2be785290.tar.gz
* printf/asprntffuns.c: New file.
* printf/Makefile.am, Makefile.am: Add it.
Diffstat (limited to 'printf/Makefile.am')
-rw-r--r--printf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/printf/Makefile.am b/printf/Makefile.am
index 22a20ec62..469835e03 100644
--- a/printf/Makefile.am
+++ b/printf/Makefile.am
@@ -27,7 +27,7 @@ INCLUDES = -D__GMP_WITHIN_GMP -I$(top_srcdir)
noinst_LTLIBRARIES = libprintf.la
libprintf_la_SOURCES = \
- asprintf.c doprnt.c doprntf.c doprnti.c \
+ asprintf.c asprntffuns.c doprnt.c doprntf.c doprnti.c \
fprintf.c obprintf.c obvprintf.c obprntffuns.c \
printf.c printffuns.c snprintf.c snprntffuns.c sprintf.c sprintffuns.c \
vasprintf.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c