diff options
author | Werner Koch <wk@gnupg.org> | 2014-05-07 16:37:15 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-05-07 16:37:15 +0200 |
commit | 57011da53e43f9c8a6c7e7314166c3e17ff8627a (patch) | |
tree | ff54b82a3099c0cdd2d719f2f35ee8cc662fbfe1 /dirmngr | |
parent | gpg: Print the key algorithm/curve with signature info. (diff) | |
download | gnupg2-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 'dirmngr')
-rw-r--r-- | dirmngr/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dirmngr/Makefile.am b/dirmngr/Makefile.am index b5bef45f4..7e2449fc3 100644 --- a/dirmngr/Makefile.am +++ b/dirmngr/Makefile.am @@ -87,3 +87,6 @@ dirmngr_client_LDFLAGS = $(extra_bin_ldflags) no-libgcrypt.c : $(top_srcdir)/tools/no-libgcrypt.c cat $(top_srcdir)/tools/no-libgcrypt.c > no-libgcrypt.c + + +$(PROGRAMS) : $(libcommon) $(libcommonpth) $(libcommontls) $(libcommontlsnpth) |