summaryrefslogtreecommitdiff
path: root/printf/Makefile.am
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-01-15 01:25:19 +0100
committerKevin Ryde <user42@zip.com.au>2002-01-15 01:25:19 +0100
commit9d81d519df2f9fe9e0e96bd38c1a9cc94a9fb306 (patch)
tree76a96a180f88f9127345a6b709ed55d4a74d129a /printf/Makefile.am
parent13d6ac68914adace11ba9adf81f91051ee0e9114 (diff)
downloadgmp-9d81d519df2f9fe9e0e96bd38c1a9cc94a9fb306.tar.gz
* printf/Makefile.am: libdummy.la should be in EXTRA_LTLIBRARIES.
Diffstat (limited to 'printf/Makefile.am')
-rw-r--r--printf/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/printf/Makefile.am b/printf/Makefile.am
index b3dd6475b..1dbbee94d 100644
--- a/printf/Makefile.am
+++ b/printf/Makefile.am
@@ -24,7 +24,8 @@ AUTOMAKE_OPTIONS = gnu no-dependencies $(top_builddir)/ansi2knr
INCLUDES = -D__GMP_WITHIN_GMP -I$(top_srcdir)
-noinst_LTLIBRARIES = libdummy.la libprintf.la
+noinst_LTLIBRARIES = libprintf.la
+EXTRA_LTLIBRARIES = libdummy.la
libprintf_la_SOURCES = \
asprintf.c asprntffuns.c doprnt.c doprntf.c doprnti.c \