summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-05-15 18:10:48 +0200
committerWerner Koch <wk@gnupg.org>2007-05-15 18:10:48 +0200
commit5f3bca96826fbaf9c4469a7eedef9294f4d74bfb (patch)
treedae425970a8c0dd0f77ab62c91b2700dfbaa811e /common/Makefile.am
parentPreparing 2.0.4 (diff)
downloadgnupg2-5f3bca96826fbaf9c4469a7eedef9294f4d74bfb.tar.xz
gnupg2-5f3bca96826fbaf9c4469a7eedef9294f4d74bfb.zip
Use estream_asprintf instead of the GNU asprintf.
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index a0b27a12c..237c8996e 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -54,7 +54,7 @@ common_sources = \
w32reg.c \
signal.c \
dynload.h \
- estream.c estream.h \
+ estream.c estream.h estream-printf.c estream-printf.h \
srv.c srv.h \
dns-cert.c dns-cert.h \
pka.c pka.h \