diff options
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 4911d1703..72f0b5e97 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -4,8 +4,8 @@ EXTRA_DIST = lspgpot mail-signed-keys ring-a-party INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl # we need to add libutil.la a second time because we have to resolve # gpg_log_ in some libjnlib modules. - very ugly - should be removed soon. -needed_libs = ../util/libutil.la ../gcrypt/libgcrypt.la \ - ../jnlib/libjnlib.la ../util/libutil.la @INTLLIBS@ +needed_libs = ../util/libutil.a -lgcrypt \ + ../jnlib/libjnlib.a ../util/libutil.a @INTLLIBS@ noinst_PROGRAMS = mpicalc bftest clean-sat mk-tdata shmtest |