summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-05-07 16:37:15 +0200
committerWerner Koch <wk@gnupg.org>2014-05-07 16:37:15 +0200
commit57011da53e43f9c8a6c7e7314166c3e17ff8627a (patch)
treeff54b82a3099c0cdd2d719f2f35ee8cc662fbfe1 /common/Makefile.am
parentgpg: Print the key algorithm/curve with signature info. (diff)
downloadgnupg2-57011da53e43f9c8a6c7e7314166c3e17ff8627a.tar.xz
gnupg2-57011da53e43f9c8a6c7e7314166c3e17ff8627a.zip
Make -jN work again.
* common/Makefile.am ($(PROGRAMS)): New rule (t_http_LDADD): Use libcommontls.a without directory prefix. * dirmngr/Makefile.am ($(PROGRAMS)): New rule.
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 439c29ba9..b955539c8 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -220,4 +220,7 @@ t_zb32_LDADD = $(t_common_ldadd)
# http tests
t_http_SOURCES = t-http.c
t_http_CFLAGS = $(t_common_cflags) $(LIBGNUTLS_CFLAGS)
-t_http_LDADD = $(libcommontls) $(t_common_ldadd) $(LIBGNUTLS_LIBS) $(DNSLIBS)
+t_http_LDADD = libcommontls.a $(t_common_ldadd) $(LIBGNUTLS_LIBS) $(DNSLIBS)
+
+# All programs should depend on the created libs.
+$(PROGRAMS) : libcommon.a libcommonpth.a libcommontls.a libcommontlsnpth.a